Html Css Color HEX #551512 Red Oxide

📋 copy color: '#551512'

red 85 ◦ green 21 ◦ blue 18

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

Shades of Red Oxide #551512

Tints of Red Oxide #551512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.94%

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

R = 68.55%
G = 16.94%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#551512 (or 0x551512) is known color: Red Oxide. HEX triplet: 55, 15 and 12. RGB value is (85,21,18). Sum of RGB (Red+Green+Blue) = 85+21+18=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #551512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551512 is #AAEAED. Grayscale: #272727. Windows color (decimal): -11201262 or 1185109. OLE color: 1185109.

HSL color Cylindrical-coordinate representation of color #551512: hue angle of 2.69º 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 #551512 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 21 18 -
CMYK 0 0.75 0.79 0.67
HSL 2.69º 0.65% 0.2% -
HSV(B) 2.69º 0.79% 0.33% -
XYZ 4.12 2.51 0.84 -
YUV 39.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 85 21 18 0 0.75 0.79 0.67 2.69 0.65 0.2
Hex 55 15 12 0 4B 4F 43 3 41 14
Octal 125 25 22 0 113 117 103 3 101 24
Binary 1010101 10101 10010 0 1001011 1001111 1000011 11 1000001 10100

Color Harmonies of #551512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551512

Black with #551512

Text Example


Text Example

White with #551512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551512; }

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

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

background-color css

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

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

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

border-color css

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

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

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