Html Css Color HEX #550200 Red Oxide

📋 copy color: '#550200'

red 85 ◦ green 2 ◦ blue 0

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

Shades of Red Oxide #550200

Tints of Red Oxide #550200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.7%
G = 2.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#550200 (or 0x550200) is known color: Red Oxide. HEX triplet: 55, 02 and 00. RGB value is (85,2,0). Sum of RGB (Red+Green+Blue) = 85+2+0=87 (11% of max value = 765). Red value is 85 (33.59% from 255 or 97.70% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 85 - color contains mainly: red. Hex color #550200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550200 is #AAFDFF. Grayscale: #1A1A1A. Windows color (decimal): -11206144 or 597. OLE color: 597.

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

Color convert

RGB 85 2 0 -
CMYK 0 0.98 1 0.67
HSL 1.41º 1% 0.17% -
HSV(B) 1.41º 1% 0.33% -
XYZ 3.77 1.97 0.18 -
YUV 26.59 113 169.66 -
System Red Green Blue C M Y K H S L
Decimal 85 2 0 0 0.98 1 0.67 1.41 1 0.17
Hex 55 2 0 0 62 64 43 1 64 11
Octal 125 2 0 0 142 144 103 1 144 21
Binary 1010101 10 0 0 1100010 1100100 1000011 1 1100100 10001

Color Harmonies of #550200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550200

Black with #550200

Text Example


Text Example

White with #550200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550200; }

 p { color: rgb(85,2,0); }

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

background-color css

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

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

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

border-color css

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

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

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