Html Css Color HEX #60201C Red Oxide

📋 copy color: '#60201C'

red 96 ◦ green 32 ◦ blue 28

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

Shades of Red Oxide #60201C

Tints of Red Oxide #60201C

RGB

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

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

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

R = 61.54%
G = 20.51%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#60201C (or 0x60201C) is known color: Red Oxide. HEX triplet: 60, 20 and 1C. RGB value is (96,32,28). Sum of RGB (Red+Green+Blue) = 96+32+28=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #60201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60201C is #9FDFE3. Grayscale: #323232. Windows color (decimal): -10477540 or 1843296. OLE color: 1843296.

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

Color convert

RGB 96 32 28 -
CMYK 0 0.67 0.71 0.62
HSL 3.53º 0.55% 0.24% -
HSV(B) 3.53º 0.71% 0.38% -
XYZ 5.55 3.6 1.5 -
YUV 50.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 96 32 28 0 0.67 0.71 0.62 3.53 0.55 0.24
Hex 60 20 1C 0 43 47 3E 4 37 18
Octal 140 40 34 0 103 107 76 4 67 30
Binary 1100000 100000 11100 0 1000011 1000111 111110 100 110111 11000

Color Harmonies of #60201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60201C

Black with #60201C

Text Example


Text Example

White with #60201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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