Html Css Color HEX #551201 Red Oxide

📋 copy color: '#551201'

red 85 ◦ green 18 ◦ blue 1

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

Shades of Red Oxide #551201

Tints of Red Oxide #551201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.96%

R = 81.73%
G = 17.31%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#551201 (or 0x551201) is known color: Red Oxide. HEX triplet: 55, 12 and 01. RGB value is (85,18,1). Sum of RGB (Red+Green+Blue) = 85+18+1=104 (13% of max value = 765). Red value is 85 (33.59% from 255 or 81.73% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 85 - color contains mainly: red. Hex color #551201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551201 is #AAEDFE. Grayscale: #242424. Windows color (decimal): -11202047 or 70229. OLE color: 70229.

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

Color convert

RGB 85 18 1 -
CMYK 0 0.79 0.99 0.67
HSL 12.14º 0.98% 0.17% -
HSV(B) 12.14º 0.99% 0.33% -
XYZ 3.97 2.37 0.28 -
YUV 36.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 85 18 1 0 0.79 0.99 0.67 12.14 0.98 0.17
Hex 55 12 1 0 4F 63 43 C 62 11
Octal 125 22 1 0 117 143 103 14 142 21
Binary 1010101 10010 1 0 1001111 1100011 1000011 1100 1100010 10001

Color Harmonies of #551201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551201

Black with #551201

Text Example


Text Example

White with #551201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551201; }

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

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

background-color css

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

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

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

border-color css

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

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

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