Html Css Color HEX #551818 Red Oxide

📋 copy color: '#551818'

red 85 ◦ green 24 ◦ blue 24

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

Shades of Red Oxide #551818

Tints of Red Oxide #551818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.05%

 BLUE value IS 24 (9.77% from 255) = 18.05%

R = 63.91%
G = 18.05%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#551818 (or 0x551818) is known color: Red Oxide. HEX triplet: 55, 18 and 18. RGB value is (85,24,24). Sum of RGB (Red+Green+Blue) = 85+24+24=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #551818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551818 is #AAE7E7. Grayscale: #2A2A2A. Windows color (decimal): -11200488 or 1579093. OLE color: 1579093.

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

Color convert

RGB 85 24 24 -
CMYK 0 0.72 0.72 0.67
HSL 0.56% 0.21% -
HSV(B) 0.72% 0.33% -
XYZ 4.24 2.65 1.15 -
YUV 42.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 85 24 24 0 0.72 0.72 0.67 0 0.56 0.21
Hex 55 18 18 0 48 48 43 0 38 15
Octal 125 30 30 0 110 110 103 0 70 25
Binary 1010101 11000 11000 0 1001000 1001000 1000011 0 111000 10101

Color Harmonies of #551818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551818

Black with #551818

Text Example


Text Example

White with #551818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551818; }

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

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

background-color css

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

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

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

border-color css

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

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

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