Html Css Color HEX #360008 Rustic Red

📋 copy color: '#360008'

red 54 ◦ green 0 ◦ blue 8

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

Shades of Rustic Red #360008

Tints of Rustic Red #360008

RGB

 RED value IS 54 (21.48% from 255) = 87.1%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 8 (3.52% from 255) = 12.9%

R = 87.1%
G = 0%
B = 12.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#360008 (or 0x360008) is known color: Rustic Red. HEX triplet: 36, 00 and 08. RGB value is (54,0,8). Sum of RGB (Red+Green+Blue) = 54+0+8=62 (8% of max value = 765). Red value is 54 (21.48% from 255 or 87.10% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 54 - color contains mainly: red. Hex color #360008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360008 is #C9FFF7. Grayscale: #111111. Windows color (decimal): -13238264 or 524342. OLE color: 524342.

HSL color Cylindrical-coordinate representation of color #360008: hue angle of 351.11º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360008 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 0 8 -
CMYK 0 1 0.85 0.79
HSL 351.11º 1% 0.11% -
HSV(B) 351.11º 1% 0.21% -
XYZ 1.57 0.8 0.3 -
YUV 17.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 54 0 8 0 1 0.85 0.79 351.11 1 0.11
Hex 36 0 8 0 64 55 4F 15F 64 B
Octal 66 0 10 0 144 125 117 537 144 13
Binary 110110 0 1000 0 1100100 1010101 1001111 101011111 1100100 1011

Color Harmonies of #360008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360008

Black with #360008

Text Example


Text Example

White with #360008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360008; }

 p { color: rgb(54,0,8); }

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

background-color css

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

 a { background-color: rgb(54,0,8); }

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

border-color css

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

 span { border-color: rgb(54,0,8); }

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