Html Css Color HEX #550503 Red Oxide

📋 copy color: '#550503'

red 85 ◦ green 5 ◦ blue 3

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

Shades of Red Oxide #550503

Tints of Red Oxide #550503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.23%

R = 91.4%
G = 5.38%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#550503 (or 0x550503) is known color: Red Oxide. HEX triplet: 55, 05 and 03. RGB value is (85,5,3). Sum of RGB (Red+Green+Blue) = 85+5+3=93 (12% of max value = 765). Red value is 85 (33.59% from 255 or 91.40% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 85 - color contains mainly: red. Hex color #550503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550503 is #AAFAFC. Grayscale: #1C1C1C. Windows color (decimal): -11205373 or 197973. OLE color: 197973.

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

Color convert

RGB 85 5 3 -
CMYK 0 0.94 0.96 0.67
HSL 1.46º 0.93% 0.17% -
HSV(B) 1.46º 0.96% 0.33% -
XYZ 3.82 2.05 0.28 -
YUV 28.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 85 5 3 0 0.94 0.96 0.67 1.46 0.93 0.17
Hex 55 5 3 0 5E 60 43 1 5D 11
Octal 125 5 3 0 136 140 103 1 135 21
Binary 1010101 101 11 0 1011110 1100000 1000011 1 1011101 10001

Color Harmonies of #550503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550503

Black with #550503

Text Example


Text Example

White with #550503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550503; }

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

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

background-color css

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

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

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

border-color css

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

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

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