Html Css Color HEX #551402 Red Oxide

📋 copy color: '#551402'

red 85 ◦ green 20 ◦ blue 2

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

Shades of Red Oxide #551402

Tints of Red Oxide #551402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.69%

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

R = 79.44%
G = 18.69%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#551402 (or 0x551402) is known color: Red Oxide. HEX triplet: 55, 14 and 02. RGB value is (85,20,2). Sum of RGB (Red+Green+Blue) = 85+20+2=107 (14% of max value = 765). Red value is 85 (33.59% from 255 or 79.44% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 85 - color contains mainly: red. Hex color #551402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551402 is #AAEBFD. Grayscale: #252525. Windows color (decimal): -11201534 or 136277. OLE color: 136277.

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

Color convert

RGB 85 20 2 -
CMYK 0 0.76 0.98 0.67
HSL 13.01º 0.95% 0.17% -
HSV(B) 13.01º 0.98% 0.33% -
XYZ 4.01 2.44 0.32 -
YUV 37.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 85 20 2 0 0.76 0.98 0.67 13.01 0.95 0.17
Hex 55 14 2 0 4C 62 43 D 5F 11
Octal 125 24 2 0 114 142 103 15 137 21
Binary 1010101 10100 10 0 1001100 1100010 1000011 1101 1011111 10001

Color Harmonies of #551402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551402

Black with #551402

Text Example


Text Example

White with #551402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551402; }

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

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

background-color css

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

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

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

border-color css

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

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

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