Html Css Color HEX #551212 Red Oxide

📋 copy color: '#551212'

red 85 ◦ green 18 ◦ blue 18

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

Shades of Red Oxide #551212

Tints of Red Oxide #551212

RGB

 RED value IS 85 (33.59% from 255) = 70.25%

 GREEN value IS 18 (7.42% from 255) = 14.88%

 BLUE value IS 18 (7.42% from 255) = 14.88%

R = 70.25%
G = 14.88%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#551212 (or 0x551212) is known color: Red Oxide. HEX triplet: 55, 12 and 12. RGB value is (85,18,18). Sum of RGB (Red+Green+Blue) = 85+18+18=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #551212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551212 is #AAEDED. Grayscale: #262626. Windows color (decimal): -11202030 or 1184341. OLE color: 1184341.

HSL color Cylindrical-coordinate representation of color #551212: hue angle of 0º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551212 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 18 18 -
CMYK 0 0.79 0.79 0.67
HSL 0.65% 0.2% -
HSV(B) 0.79% 0.33% -
XYZ 4.07 2.41 0.82 -
YUV 38.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 85 18 18 0 0.79 0.79 0.67 0 0.65 0.2
Hex 55 12 12 0 4F 4F 43 0 41 14
Octal 125 22 22 0 117 117 103 0 101 24
Binary 1010101 10010 10010 0 1001111 1001111 1000011 0 1000001 10100

Color Harmonies of #551212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551212

Black with #551212

Text Example


Text Example

White with #551212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551212; }

 p { color: rgb(85,18,18); }

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

background-color css

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

 a { background-color: rgb(85,18,18); }

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

border-color css

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

 span { border-color: rgb(85,18,18); }

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