Html Css Color HEX #551502 Red Oxide

📋 copy color: '#551502'

red 85 ◦ green 21 ◦ blue 2

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

Shades of Red Oxide #551502

Tints of Red Oxide #551502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.44%

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

R = 78.7%
G = 19.44%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#551502 (or 0x551502) is known color: Red Oxide. HEX triplet: 55, 15 and 02. RGB value is (85,21,2). Sum of RGB (Red+Green+Blue) = 85+21+2=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #551502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551502 is #AAEAFD. Grayscale: #262626. Windows color (decimal): -11201278 or 136533. OLE color: 136533.

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

Color convert

RGB 85 21 2 -
CMYK 0 0.75 0.98 0.67
HSL 13.73º 0.95% 0.17% -
HSV(B) 13.73º 0.98% 0.33% -
XYZ 4.03 2.47 0.32 -
YUV 37.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 85 21 2 0 0.75 0.98 0.67 13.73 0.95 0.17
Hex 55 15 2 0 4B 62 43 E 5F 11
Octal 125 25 2 0 113 142 103 16 137 21
Binary 1010101 10101 10 0 1001011 1100010 1000011 1110 1011111 10001

Color Harmonies of #551502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551502

Black with #551502

Text Example


Text Example

White with #551502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551502; }

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

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

background-color css

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

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

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

border-color css

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

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

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