Html Css Color HEX #600E09 Red Oxide

📋 copy color: '#600E09'

red 96 ◦ green 14 ◦ blue 9

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

Shades of Red Oxide #600E09

Tints of Red Oxide #600E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.76%

 BLUE value IS 9 (3.91% from 255) = 7.56%

R = 80.67%
G = 11.76%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#600E09 (or 0x600E09) is known color: Red Oxide. HEX triplet: 60, 0E and 09. RGB value is (96,14,9). Sum of RGB (Red+Green+Blue) = 96+14+9=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #600E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600E09 is #9FF1F6. Grayscale: #262626. Windows color (decimal): -10482167 or 593504. OLE color: 593504.

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

Color convert

RGB 96 14 9 -
CMYK 0 0.85 0.91 0.62
HSL 3.45º 0.83% 0.21% -
HSV(B) 3.45º 0.91% 0.38% -
XYZ 5.03 2.82 0.54 -
YUV 37.95 111.67 169.41 -
System Red Green Blue C M Y K H S L
Decimal 96 14 9 0 0.85 0.91 0.62 3.45 0.83 0.21
Hex 60 E 9 0 55 5B 3E 3 53 15
Octal 140 16 11 0 125 133 76 3 123 25
Binary 1100000 1110 1001 0 1010101 1011011 111110 11 1010011 10101

Color Harmonies of #600E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E09

Black with #600E09

Text Example


Text Example

White with #600E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,14,9); }

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

background-color css

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

 a { background-color: rgb(96,14,9); }

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

border-color css

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

 span { border-color: rgb(96,14,9); }

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