Html Css Color HEX #600C07 Red Oxide

📋 copy color: '#600C07'

red 96 ◦ green 12 ◦ blue 7

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

Shades of Red Oxide #600C07

Tints of Red Oxide #600C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.43%

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

R = 83.48%
G = 10.43%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#600C07 (or 0x600C07) is known color: Red Oxide. HEX triplet: 60, 0C and 07. RGB value is (96,12,7). Sum of RGB (Red+Green+Blue) = 96+12+7=115 (15% of max value = 765). Red value is 96 (37.89% from 255 or 83.48% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 96 - color contains mainly: red. Hex color #600C07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600C07 is #9FF3F8. Grayscale: #242424. Windows color (decimal): -10482681 or 461920. OLE color: 461920.

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

Color convert

RGB 96 12 7 -
CMYK 0 0.88 0.93 0.62
HSL 3.37º 0.86% 0.2% -
HSV(B) 3.37º 0.93% 0.38% -
XYZ 4.99 2.77 0.47 -
YUV 36.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 96 12 7 0 0.88 0.93 0.62 3.37 0.86 0.2
Hex 60 C 7 0 58 5D 3E 3 56 14
Octal 140 14 7 0 130 135 76 3 126 24
Binary 1100000 1100 111 0 1011000 1011101 111110 11 1010110 10100

Color Harmonies of #600C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C07

Black with #600C07

Text Example


Text Example

White with #600C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,12,7); }

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

background-color css

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

 a { background-color: rgb(96,12,7); }

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

border-color css

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

 span { border-color: rgb(96,12,7); }

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