Html Css Color HEX #130507 Rustic Red

📋 copy color: '#130507'

red 19 ◦ green 5 ◦ blue 7

#130507
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #130507

Tints of Rustic Red #130507

RGB

 RED value IS 19 (7.81% from 255) = 61.29%

 GREEN value IS 5 (2.34% from 255) = 16.13%

 BLUE value IS 7 (3.13% from 255) = 22.58%

R = 61.29%
G = 16.13%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.93

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#130507 (or 0x130507) is known color: Rustic Red. HEX triplet: 13, 05 and 07. RGB value is (19,5,7). Sum of RGB (Red+Green+Blue) = 19+5+7=31 (4% of max value = 765). Red value is 19 (7.81% from 255 or 61.29% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 19 - color contains mainly: red. Hex color #130507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130507 is #ECFAF8. Grayscale: #090909. Windows color (decimal): -15530745 or 460051. OLE color: 460051.

HSL color Cylindrical-coordinate representation of color #130507: hue angle of 351.43º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #130507 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 5 7 -
CMYK 0 0.74 0.63 0.93
HSL 351.43º 0.58% 0.05% -
HSV(B) 351.43º 0.74% 0.07% -
XYZ 0.36 0.26 0.23 -
YUV 9.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 19 5 7 0 0.74 0.63 0.93 351.43 0.58 0.05
Hex 13 5 7 0 4A 3F 5D 15F 3A 5
Octal 23 5 7 0 112 77 135 537 72 5
Binary 10011 101 111 0 1001010 111111 1011101 101011111 111010 101

Color Harmonies of #130507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130507

Black with #130507

Text Example


Text Example

White with #130507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130507; }

 p { color: rgb(19,5,7); }

 H1.HeaderClassName
 {
   color: #130507;
 }
 .AnyTagClassName
 {
   color: #130507;
 }
</style>

background-color css

<style>
 a { background-color: #130507; }

 a { background-color: rgb(19,5,7); }

 div.DivClassName
 {
   background-color: #130507;
 }
 .BgClassName
 {
   background-color: #130507;
 }
</style>

border-color css

<style>
 span { border-color: #130507; }

 span { border-color: rgb(19,5,7); }

 td.TdClassName
 {
   border-color: #130507;
 }
 .TagClassName
 {
   border-color: #130507;
 }
</style>