Html Css Color HEX #552020 Red Oxide

📋 copy color: '#552020'

red 85 ◦ green 32 ◦ blue 32

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

Shades of Red Oxide #552020

Tints of Red Oxide #552020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.48%

 BLUE value IS 32 (12.89% from 255) = 21.48%

R = 57.05%
G = 21.48%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#552020 (or 0x552020) is known color: Red Oxide. HEX triplet: 55, 20 and 20. RGB value is (85,32,32). Sum of RGB (Red+Green+Blue) = 85+32+32=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #552020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552020 is #AADFDF. Grayscale: #2F2F2F. Windows color (decimal): -11198432 or 2105429. OLE color: 2105429.

HSL color Cylindrical-coordinate representation of color #552020: hue angle of 0º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552020 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 32 -
CMYK 0 0.62 0.62 0.67
HSL 0.45% 0.23% -
HSV(B) 0.62% 0.33% -
XYZ 4.52 3.07 1.72 -
YUV 47.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 85 32 32 0 0.62 0.62 0.67 0 0.45 0.23
Hex 55 20 20 0 3E 3E 43 0 2D 17
Octal 125 40 40 0 76 76 103 0 55 27
Binary 1010101 100000 100000 0 111110 111110 1000011 0 101101 10111

Color Harmonies of #552020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552020

Black with #552020

Text Example


Text Example

White with #552020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552020; }

 p { color: rgb(85,32,32); }

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

background-color css

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

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

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

border-color css

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

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

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