Html Css Color HEX #551003 Red Oxide

📋 copy color: '#551003'

red 85 ◦ green 16 ◦ blue 3

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

Shades of Red Oxide #551003

Tints of Red Oxide #551003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.38%

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

R = 81.73%
G = 15.38%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#551003 (or 0x551003) is known color: Red Oxide. HEX triplet: 55, 10 and 03. RGB value is (85,16,3). Sum of RGB (Red+Green+Blue) = 85+16+3=104 (13% of max value = 765). Red value is 85 (33.59% from 255 or 81.73% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 85 - color contains mainly: red. Hex color #551003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551003 is #AAEFFC. Grayscale: #232323. Windows color (decimal): -11202557 or 200789. OLE color: 200789.

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

Color convert

RGB 85 16 3 -
CMYK 0 0.81 0.96 0.67
HSL 9.51º 0.93% 0.17% -
HSV(B) 9.51º 0.96% 0.33% -
XYZ 3.95 2.31 0.32 -
YUV 35.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 85 16 3 0 0.81 0.96 0.67 9.51 0.93 0.17
Hex 55 10 3 0 51 60 43 A 5D 11
Octal 125 20 3 0 121 140 103 12 135 21
Binary 1010101 10000 11 0 1010001 1100000 1000011 1010 1011101 10001

Color Harmonies of #551003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551003

Black with #551003

Text Example


Text Example

White with #551003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551003; }

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

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

background-color css

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

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

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

border-color css

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

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

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