Html Css Color HEX #601212 Red Oxide

📋 copy color: '#601212'

red 96 ◦ green 18 ◦ blue 18

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

Shades of Red Oxide #601212

Tints of Red Oxide #601212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.64%

 BLUE value IS 18 (7.42% from 255) = 13.64%

R = 72.73%
G = 13.64%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#601212 (or 0x601212) is known color: Red Oxide. HEX triplet: 60, 12 and 12. RGB value is (96,18,18). Sum of RGB (Red+Green+Blue) = 96+18+18=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #601212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601212 is #9FEDED. Grayscale: #292929. Windows color (decimal): -10481134 or 1184352. OLE color: 1184352.

HSL color Cylindrical-coordinate representation of color #601212: hue angle of 0º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601212 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 18 18 -
CMYK 0 0.81 0.81 0.62
HSL 0.68% 0.22% -
HSV(B) 0.81% 0.38% -
XYZ 5.15 2.96 0.87 -
YUV 41.32 114.84 167 -
System Red Green Blue C M Y K H S L
Decimal 96 18 18 0 0.81 0.81 0.62 0 0.68 0.22
Hex 60 12 12 0 51 51 3E 0 44 16
Octal 140 22 22 0 121 121 76 0 104 26
Binary 1100000 10010 10010 0 1010001 1010001 111110 0 1000100 10110

Color Harmonies of #601212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601212

Black with #601212

Text Example


Text Example

White with #601212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601212; }

 p { color: rgb(96,18,18); }

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

background-color css

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

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

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

border-color css

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

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

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