Html Css Color HEX #60211B Red Oxide

📋 copy color: '#60211B'

red 96 ◦ green 33 ◦ blue 27

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

Shades of Red Oxide #60211B

Tints of Red Oxide #60211B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.15%

 BLUE value IS 27 (10.94% from 255) = 17.31%

R = 61.54%
G = 21.15%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#60211B (or 0x60211B) is known color: Red Oxide. HEX triplet: 60, 21 and 1B. RGB value is (96,33,27). Sum of RGB (Red+Green+Blue) = 96+33+27=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #60211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60211B is #9FDEE4. Grayscale: #333333. Windows color (decimal): -10477285 or 1778016. OLE color: 1778016.

HSL color Cylindrical-coordinate representation of color #60211B: hue angle of 5.22º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60211B is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 33 27 -
CMYK 0 0.66 0.72 0.62
HSL 5.22º 0.56% 0.24% -
HSV(B) 5.22º 0.72% 0.38% -
XYZ 5.57 3.65 1.45 -
YUV 51.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 96 33 27 0 0.66 0.72 0.62 5.22 0.56 0.24
Hex 60 21 1B 0 42 48 3E 5 38 18
Octal 140 41 33 0 102 110 76 5 70 30
Binary 1100000 100001 11011 0 1000010 1001000 111110 101 111000 11000

Color Harmonies of #60211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60211B

Black with #60211B

Text Example


Text Example

White with #60211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60211B; }

 p { color: rgb(96,33,27); }

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

background-color css

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

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

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

border-color css

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

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

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