Html Css Color HEX #601813 Red Oxide

📋 copy color: '#601813'

red 96 ◦ green 24 ◦ blue 19

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

Shades of Red Oxide #601813

Tints of Red Oxide #601813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.27%

 BLUE value IS 19 (7.81% from 255) = 13.67%

R = 69.06%
G = 17.27%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#601813 (or 0x601813) is known color: Red Oxide. HEX triplet: 60, 18 and 13. RGB value is (96,24,19). Sum of RGB (Red+Green+Blue) = 96+24+19=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #601813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601813 is #9FE7EC. Grayscale: #2D2D2D. Windows color (decimal): -10479597 or 1251424. OLE color: 1251424.

HSL color Cylindrical-coordinate representation of color #601813: hue angle of 3.9º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601813 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 24 19 -
CMYK 0 0.75 0.80 0.62
HSL 3.9º 0.67% 0.23% -
HSV(B) 3.9º 0.8% 0.38% -
XYZ 5.27 3.19 0.95 -
YUV 44.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 96 24 19 0 0.75 0.80 0.62 3.9 0.67 0.23
Hex 60 18 13 0 4B 50 3E 4 43 17
Octal 140 30 23 0 113 120 76 4 103 27
Binary 1100000 11000 10011 0 1001011 1010000 111110 100 1000011 10111

Color Harmonies of #601813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601813

Black with #601813

Text Example


Text Example

White with #601813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601813; }

 p { color: rgb(96,24,19); }

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

background-color css

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

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

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

border-color css

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

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

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