Html Css Color HEX #601102 Red Oxide

📋 copy color: '#601102'

red 96 ◦ green 17 ◦ blue 2

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

Shades of Red Oxide #601102

Tints of Red Oxide #601102

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.78%

 BLUE value IS 2 (1.17% from 255) = 1.74%

R = 83.48%
G = 14.78%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#601102 (or 0x601102) is known color: Red Oxide. HEX triplet: 60, 11 and 02. RGB value is (96,17,2). Sum of RGB (Red+Green+Blue) = 96+17+2=115 (15% of max value = 765). Red value is 96 (37.89% from 255 or 83.48% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 96 - color contains mainly: red. Hex color #601102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601102 is #9FEEFD. Grayscale: #272727. Windows color (decimal): -10481406 or 135520. OLE color: 135520.

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

Color convert

RGB 96 17 2 -
CMYK 0 0.82 0.98 0.62
HSL 9.57º 0.96% 0.19% -
HSV(B) 9.57º 0.98% 0.38% -
XYZ 5.04 2.89 0.35 -
YUV 38.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 96 17 2 0 0.82 0.98 0.62 9.57 0.96 0.19
Hex 60 11 2 0 52 62 3E A 60 13
Octal 140 21 2 0 122 142 76 12 140 23
Binary 1100000 10001 10 0 1010010 1100010 111110 1010 1100000 10011

Color Harmonies of #601102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601102

Black with #601102

Text Example


Text Example

White with #601102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601102; }

 p { color: rgb(96,17,2); }

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

background-color css

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

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

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

border-color css

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

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

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