Html Css Color HEX #601203 Red Oxide

📋 copy color: '#601203'

red 96 ◦ green 18 ◦ blue 3

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

Shades of Red Oxide #601203

Tints of Red Oxide #601203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.56%

R = 82.05%
G = 15.38%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#601203 (or 0x601203) is known color: Red Oxide. HEX triplet: 60, 12 and 03. RGB value is (96,18,3). Sum of RGB (Red+Green+Blue) = 96+18+3=117 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.05% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 96 - color contains mainly: red. Hex color #601203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601203 is #9FEDFC. Grayscale: #272727. Windows color (decimal): -10481149 or 201312. OLE color: 201312.

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

Color convert

RGB 96 18 3 -
CMYK 0 0.81 0.97 0.62
HSL 9.68º 0.94% 0.19% -
HSV(B) 9.68º 0.97% 0.38% -
XYZ 5.06 2.93 0.38 -
YUV 39.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 96 18 3 0 0.81 0.97 0.62 9.68 0.94 0.19
Hex 60 12 3 0 51 61 3E A 5E 13
Octal 140 22 3 0 121 141 76 12 136 23
Binary 1100000 10010 11 0 1010001 1100001 111110 1010 1011110 10011

Color Harmonies of #601203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601203

Black with #601203

Text Example


Text Example

White with #601203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601203; }

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

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

background-color css

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

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

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

border-color css

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

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

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