Html Css Color HEX #600F08 Red Oxide

📋 copy color: '#600F08'

red 96 ◦ green 15 ◦ blue 8

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

Shades of Red Oxide #600F08

Tints of Red Oxide #600F08

RGB

 RED value IS 96 (37.89% from 255) = 80.67%

 GREEN value IS 15 (6.25% from 255) = 12.61%

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

R = 80.67%
G = 12.61%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#600F08 (or 0x600F08) is known color: Red Oxide. HEX triplet: 60, 0F and 08. RGB value is (96,15,8). Sum of RGB (Red+Green+Blue) = 96+15+8=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #600F08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F08 is #9FF0F7. Grayscale: #262626. Windows color (decimal): -10481912 or 528224. OLE color: 528224.

HSL color Cylindrical-coordinate representation of color #600F08: hue angle of 4.77º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600F08 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 15 8 -
CMYK 0 0.84 0.92 0.62
HSL 4.77º 0.85% 0.2% -
HSV(B) 4.77º 0.92% 0.38% -
XYZ 5.04 2.85 0.51 -
YUV 38.42 110.84 169.07 -
System Red Green Blue C M Y K H S L
Decimal 96 15 8 0 0.84 0.92 0.62 4.77 0.85 0.2
Hex 60 F 8 0 54 5C 3E 5 55 14
Octal 140 17 10 0 124 134 76 5 125 24
Binary 1100000 1111 1000 0 1010100 1011100 111110 101 1010101 10100

Color Harmonies of #600F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F08

Black with #600F08

Text Example


Text Example

White with #600F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600F08; }

 p { color: rgb(96,15,8); }

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

background-color css

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

 a { background-color: rgb(96,15,8); }

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

border-color css

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

 span { border-color: rgb(96,15,8); }

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