Html Css Color HEX #601D12 Red Oxide

📋 copy color: '#601D12'

red 96 ◦ green 29 ◦ blue 18

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

Shades of Red Oxide #601D12

Tints of Red Oxide #601D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.28%

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

R = 67.13%
G = 20.28%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#601D12 (or 0x601D12) is known color: Red Oxide. HEX triplet: 60, 1D and 12. RGB value is (96,29,18). Sum of RGB (Red+Green+Blue) = 96+29+18=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #601D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601D12 is #9FE2ED. Grayscale: #2F2F2F. Windows color (decimal): -10478318 or 1187168. OLE color: 1187168.

HSL color Cylindrical-coordinate representation of color #601D12: hue angle of 8.46º 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 #601D12 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 29 18 -
CMYK 0 0.70 0.81 0.62
HSL 8.46º 0.68% 0.22% -
HSV(B) 8.46º 0.81% 0.38% -
XYZ 5.37 3.41 0.95 -
YUV 47.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 96 29 18 0 0.70 0.81 0.62 8.46 0.68 0.22
Hex 60 1D 12 0 46 51 3E 8 44 16
Octal 140 35 22 0 106 121 76 10 104 26
Binary 1100000 11101 10010 0 1000110 1010001 111110 1000 1000100 10110

Color Harmonies of #601D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601D12

Black with #601D12

Text Example


Text Example

White with #601D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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