Html Css Color HEX #602523 Red Oxide

📋 copy color: '#602523'

red 96 ◦ green 37 ◦ blue 35

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

Shades of Red Oxide #602523

Tints of Red Oxide #602523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.83%

R = 57.14%
G = 22.02%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#602523 (or 0x602523) is known color: Red Oxide. HEX triplet: 60, 25 and 23. RGB value is (96,37,35). Sum of RGB (Red+Green+Blue) = 96+37+35=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602523 is #9FDADC. Grayscale: #363636. Windows color (decimal): -10476253 or 2303328. OLE color: 2303328.

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

Color convert

RGB 96 37 35 -
CMYK 0 0.61 0.64 0.62
HSL 1.97º 0.47% 0.26% -
HSV(B) 1.97º 0.64% 0.38% -
XYZ 5.79 3.93 2.04 -
YUV 54.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 96 37 35 0 0.61 0.64 0.62 1.97 0.47 0.26
Hex 60 25 23 0 3D 40 3E 2 2F 1A
Octal 140 45 43 0 75 100 76 2 57 32
Binary 1100000 100101 100011 0 111101 1000000 111110 10 101111 11010

Color Harmonies of #602523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602523

Black with #602523

Text Example


Text Example

White with #602523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602523; }

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

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

background-color css

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

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

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

border-color css

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

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

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