#602323

Color #602323 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #602323

Tints of Red Oxide #602323

Color information

#602323 (or 0x602323) is unknown color: approx Red Oxide. HEX triplet: 60, 23 and 23. RGB value is (96,35,35). Sum of RGB (Red+Green+Blue) = 96+35+35=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #602323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602323 is #9FDCDC. Grayscale: #353535. Windows color (decimal): -10476765 or 2302816. OLE color: 2302816.

HSL color Cylindrical-coordinate representation of color #602323: hue angle of 0º 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 #602323 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB963535-
CMYK00.640.640.62
HSL46.56%25.69%-
HSV(B)63.54%37.65%-
XYZ5.733.812.02-
YUV53.24117.71158.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 35 (14.06% from 255) = 21.08%
BLUE value IS 35 (14.06% from 255) = 21.08%
R=57.83%
G=21.08%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96353500.640.640.62046.5625.69
Hex602323040403E02f1a
Octal140434301001007605732
Binary1100000100011100011010000001000000111110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602323; }

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

 H1.HeaderClassName
 {
   color: #602323;
 }
 .AnyTagClassName
 {
   color: #602323;
 }
</style>
background-color css

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

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

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

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

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

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