Html Css Color HEX #60231C Red Oxide

📋 copy color: '#60231C'

red 96 ◦ green 35 ◦ blue 28

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

Shades of Red Oxide #60231C

Tints of Red Oxide #60231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.01%

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 60.38%
G = 22.01%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#60231C (or 0x60231C) is known color: Red Oxide. HEX triplet: 60, 23 and 1C. RGB value is (96,35,28). Sum of RGB (Red+Green+Blue) = 96+35+28=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #60231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60231C is #9FDCE3. Grayscale: #343434. Windows color (decimal): -10476772 or 1844064. OLE color: 1844064.

HSL color Cylindrical-coordinate representation of color #60231C: hue angle of 6.18º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60231C is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 35 28 -
CMYK 0 0.64 0.71 0.62
HSL 6.18º 0.55% 0.24% -
HSV(B) 6.18º 0.71% 0.38% -
XYZ 5.63 3.77 1.53 -
YUV 52.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 96 35 28 0 0.64 0.71 0.62 6.18 0.55 0.24
Hex 60 23 1C 0 40 47 3E 6 37 18
Octal 140 43 34 0 100 107 76 6 67 30
Binary 1100000 100011 11100 0 1000000 1000111 111110 110 110111 11000

Color Harmonies of #60231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60231C

Black with #60231C

Text Example


Text Example

White with #60231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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