Html Css Color HEX #130306 Rustic Red

📋 copy color: '#130306'

red 19 ◦ green 3 ◦ blue 6

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

Shades of Rustic Red #130306

Tints of Rustic Red #130306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 10.71%

 BLUE value IS 6 (2.73% from 255) = 21.43%

R = 67.86%
G = 10.71%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.93

RGB Variations

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

Color information

#130306 (or 0x130306) is known color: Rustic Red. HEX triplet: 13, 03 and 06. RGB value is (19,3,6). Sum of RGB (Red+Green+Blue) = 19+3+6=28 (3% of max value = 765). Red value is 19 (7.81% from 255 or 67.86% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 19 - color contains mainly: red. Hex color #130306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130306 is #ECFCF9. Grayscale: #080808. Windows color (decimal): -15531258 or 394003. OLE color: 394003.

HSL color Cylindrical-coordinate representation of color #130306: hue angle of 348.75º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #130306 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 3 6 -
CMYK 0 0.84 0.68 0.93
HSL 348.75º 0.73% 0.04% -
HSV(B) 348.75º 0.84% 0.07% -
XYZ 0.33 0.22 0.2 -
YUV 8.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 19 3 6 0 0.84 0.68 0.93 348.75 0.73 0.04
Hex 13 3 6 0 54 44 5D 15D 49 4
Octal 23 3 6 0 124 104 135 535 111 4
Binary 10011 11 110 0 1010100 1000100 1011101 101011101 1001001 100

Color Harmonies of #130306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130306

Black with #130306

Text Example


Text Example

White with #130306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130306; }

 p { color: rgb(19,3,6); }

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

background-color css

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

 a { background-color: rgb(19,3,6); }

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

border-color css

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

 span { border-color: rgb(19,3,6); }

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