Html Css Color HEX #60211A Red Oxide

📋 copy color: '#60211A'

red 96 ◦ green 33 ◦ blue 26

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

Shades of Red Oxide #60211A

Tints of Red Oxide #60211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.77%

R = 61.94%
G = 21.29%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#60211A (or 0x60211A) is known color: Red Oxide. HEX triplet: 60, 21 and 1A. RGB value is (96,33,26). Sum of RGB (Red+Green+Blue) = 96+33+26=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #60211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60211A is #9FDEE5. Grayscale: #333333. Windows color (decimal): -10477286 or 1712480. OLE color: 1712480.

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

Color convert

RGB 96 33 26 -
CMYK 0 0.66 0.73 0.62
HSL 0.57% 0.24% -
HSV(B) 0.73% 0.38% -
XYZ 5.55 3.65 1.39 -
YUV 51.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 96 33 26 0 0.66 0.73 0.62 6 0.57 0.24
Hex 60 21 1A 0 42 49 3E 6 39 18
Octal 140 41 32 0 102 111 76 6 71 30
Binary 1100000 100001 11010 0 1000010 1001001 111110 110 111001 11000

Color Harmonies of #60211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60211A

Black with #60211A

Text Example


Text Example

White with #60211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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