Html Css Color HEX #550502 Red Oxide

📋 copy color: '#550502'

red 85 ◦ green 5 ◦ blue 2

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

Shades of Red Oxide #550502

Tints of Red Oxide #550502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.43%

 BLUE value IS 2 (1.17% from 255) = 2.17%

R = 92.39%
G = 5.43%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#550502 (or 0x550502) is known color: Red Oxide. HEX triplet: 55, 05 and 02. RGB value is (85,5,2). Sum of RGB (Red+Green+Blue) = 85+5+2=92 (12% of max value = 765). Red value is 85 (33.59% from 255 or 92.39% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 85 - color contains mainly: red. Hex color #550502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550502 is #AAFAFD. Grayscale: #1C1C1C. Windows color (decimal): -11205374 or 132437. OLE color: 132437.

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

Color convert

RGB 85 5 2 -
CMYK 0 0.94 0.98 0.67
HSL 2.17º 0.95% 0.17% -
HSV(B) 2.17º 0.98% 0.33% -
XYZ 3.81 2.04 0.25 -
YUV 28.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 85 5 2 0 0.94 0.98 0.67 2.17 0.95 0.17
Hex 55 5 2 0 5E 62 43 2 5F 11
Octal 125 5 2 0 136 142 103 2 137 21
Binary 1010101 101 10 0 1011110 1100010 1000011 10 1011111 10001

Color Harmonies of #550502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550502

Black with #550502

Text Example


Text Example

White with #550502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550502; }

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

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

background-color css

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

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

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

border-color css

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

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

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