Html Css Color HEX #550D02 Red Oxide

📋 copy color: '#550D02'

red 85 ◦ green 13 ◦ blue 2

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

Shades of Red Oxide #550D02

Tints of Red Oxide #550D02

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13%

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

R = 85%
G = 13%
B = 2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#550D02 (or 0x550D02) is known color: Red Oxide. HEX triplet: 55, 0D and 02. RGB value is (85,13,2). Sum of RGB (Red+Green+Blue) = 85+13+2=100 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 85 - color contains mainly: red. Hex color #550D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550D02 is #AAF2FD. Grayscale: #212121. Windows color (decimal): -11203326 or 134485. OLE color: 134485.

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

Color convert

RGB 85 13 2 -
CMYK 0 0.85 0.98 0.67
HSL 7.95º 0.95% 0.17% -
HSV(B) 7.95º 0.98% 0.33% -
XYZ 3.9 2.22 0.28 -
YUV 33.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 85 13 2 0 0.85 0.98 0.67 7.95 0.95 0.17
Hex 55 D 2 0 55 62 43 8 5F 11
Octal 125 15 2 0 125 142 103 10 137 21
Binary 1010101 1101 10 0 1010101 1100010 1000011 1000 1011111 10001

Color Harmonies of #550D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550D02

Black with #550D02

Text Example


Text Example

White with #550D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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