Html Css Color HEX #60201E Red Oxide

📋 copy color: '#60201E'

red 96 ◦ green 32 ◦ blue 30

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

Shades of Red Oxide #60201E

Tints of Red Oxide #60201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.99%

R = 60.76%
G = 20.25%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#60201E (or 0x60201E) is known color: Red Oxide. HEX triplet: 60, 20 and 1E. RGB value is (96,32,30). Sum of RGB (Red+Green+Blue) = 96+32+30=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60201E is #9FDFE1. Grayscale: #323232. Windows color (decimal): -10477538 or 1974368. OLE color: 1974368.

HSL color Cylindrical-coordinate representation of color #60201E: hue angle of 1.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60201E is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 32 30 -
CMYK 0 0.67 0.69 0.62
HSL 1.82º 0.52% 0.25% -
HSV(B) 1.82º 0.69% 0.38% -
XYZ 5.57 3.61 1.63 -
YUV 50.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 96 32 30 0 0.67 0.69 0.62 1.82 0.52 0.25
Hex 60 20 1E 0 43 45 3E 2 34 19
Octal 140 40 36 0 103 105 76 2 64 31
Binary 1100000 100000 11110 0 1000011 1000101 111110 10 110100 11001

Color Harmonies of #60201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60201E

Black with #60201E

Text Example


Text Example

White with #60201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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