Html Css Color HEX #551002 Red Oxide

📋 copy color: '#551002'

red 85 ◦ green 16 ◦ blue 2

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

Shades of Red Oxide #551002

Tints of Red Oxide #551002

RGB

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

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

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

R = 82.52%
G = 15.53%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#551002 (or 0x551002) is known color: Red Oxide. HEX triplet: 55, 10 and 02. RGB value is (85,16,2). Sum of RGB (Red+Green+Blue) = 85+16+2=103 (13% of max value = 765). Red value is 85 (33.59% from 255 or 82.52% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 85 - color contains mainly: red. Hex color #551002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551002 is #AAEFFD. Grayscale: #232323. Windows color (decimal): -11202558 or 135253. OLE color: 135253.

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

Color convert

RGB 85 16 2 -
CMYK 0 0.81 0.98 0.67
HSL 10.12º 0.95% 0.17% -
HSV(B) 10.12º 0.98% 0.33% -
XYZ 3.94 2.31 0.29 -
YUV 35.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 85 16 2 0 0.81 0.98 0.67 10.12 0.95 0.17
Hex 55 10 2 0 51 62 43 A 5F 11
Octal 125 20 2 0 121 142 103 12 137 21
Binary 1010101 10000 10 0 1010001 1100010 1000011 1010 1011111 10001

Color Harmonies of #551002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551002

Black with #551002

Text Example


Text Example

White with #551002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551002; }

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

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

background-color css

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

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

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

border-color css

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

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

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