Html Css Color HEX #602521 Red Oxide

📋 copy color: '#602521'

red 96 ◦ green 37 ◦ blue 33

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

Shades of Red Oxide #602521

Tints of Red Oxide #602521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.29%

 BLUE value IS 33 (13.28% from 255) = 19.88%

R = 57.83%
G = 22.29%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#602521 (or 0x602521) is known color: Red Oxide. HEX triplet: 60, 25 and 21. RGB value is (96,37,33). Sum of RGB (Red+Green+Blue) = 96+37+33=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #602521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602521 is #9FDADE. Grayscale: #363636. Windows color (decimal): -10476255 or 2172256. OLE color: 2172256.

HSL color Cylindrical-coordinate representation of color #602521: hue angle of 3.81º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602521 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 33 -
CMYK 0 0.61 0.66 0.62
HSL 3.81º 0.49% 0.25% -
HSV(B) 3.81º 0.66% 0.38% -
XYZ 5.76 3.92 1.89 -
YUV 54.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 96 37 33 0 0.61 0.66 0.62 3.81 0.49 0.25
Hex 60 25 21 0 3D 42 3E 4 31 19
Octal 140 45 41 0 75 102 76 4 61 31
Binary 1100000 100101 100001 0 111101 1000010 111110 100 110001 11001

Color Harmonies of #602521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602521

Black with #602521

Text Example


Text Example

White with #602521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602521; }

 p { color: rgb(96,37,33); }

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

background-color css

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

 a { background-color: rgb(96,37,33); }

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

border-color css

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

 span { border-color: rgb(96,37,33); }

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