#551C1C

Color #551C1C Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #551C1C

Tints of Red Oxide #551C1C

Color information

#551C1C (or 0x551C1C) is unknown color: approx Red Oxide. HEX triplet: 55, 1C and 1C. RGB value is (85,28,28). Sum of RGB (Red+Green+Blue) = 85+28+28=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #551C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C1C is #AAE3E3. Grayscale: #2D2D2D. Windows color (decimal): -11199460 or 1842261. OLE color: 1842261.

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

Color convert

RGB852828-
CMYK00.670.670.67
HSL50.44%22.16%-
HSV(B)67.06%33.33%-
XYZ4.372.851.42-
YUV45.04118.38156.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.28%
GREEN value IS 28 (11.33% from 255) = 19.86%
BLUE value IS 28 (11.33% from 255) = 19.86%
R=60.28%
G=19.86%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85282800.670.670.67050.4422.16
Hex551C1C043434303216
Octal1253434010310310306226
Binary101010111100111000100001110000111000011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551C1C; }

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

 H1.HeaderClassName
 {
   color: #551C1C;
 }
 .AnyTagClassName
 {
   color: #551C1C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #551C1C;
 }
 .BgClassName
 {
   background-color: #551C1C;
 }
</style>
border-color css

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

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

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