Html Css Color HEX #602015 Red Oxide

📋 copy color: '#602015'

red 96 ◦ green 32 ◦ blue 21

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

Shades of Red Oxide #602015

Tints of Red Oxide #602015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.48%

 BLUE value IS 21 (8.59% from 255) = 14.09%

R = 64.43%
G = 21.48%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#602015 (or 0x602015) is known color: Red Oxide. HEX triplet: 60, 20 and 15. RGB value is (96,32,21). Sum of RGB (Red+Green+Blue) = 96+32+21=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #602015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602015 is #9FDFEA. Grayscale: #313131. Windows color (decimal): -10477547 or 1384544. OLE color: 1384544.

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

Color convert

RGB 96 32 21 -
CMYK 0 0.67 0.78 0.62
HSL 8.8º 0.64% 0.23% -
HSV(B) 8.8º 0.78% 0.38% -
XYZ 5.48 3.57 1.11 -
YUV 49.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 96 32 21 0 0.67 0.78 0.62 8.8 0.64 0.23
Hex 60 20 15 0 43 4E 3E 9 40 17
Octal 140 40 25 0 103 116 76 11 100 27
Binary 1100000 100000 10101 0 1000011 1001110 111110 1001 1000000 10111

Color Harmonies of #602015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602015

Black with #602015

Text Example


Text Example

White with #602015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602015; }

 p { color: rgb(96,32,21); }

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

background-color css

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

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

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

border-color css

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

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

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