Html Css Color HEX #551518 Burnt Crimson

📋 copy color: '#551518'

red 85 ◦ green 21 ◦ blue 24

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

Shades of Burnt Crimson #551518

Tints of Burnt Crimson #551518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.15%

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

R = 65.38%
G = 16.15%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#551518 (or 0x551518) is known color: Burnt Crimson. HEX triplet: 55, 15 and 18. RGB value is (85,21,24). Sum of RGB (Red+Green+Blue) = 85+21+24=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #551518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551518 is #AAEAE7. Grayscale: #282828. Windows color (decimal): -11201256 or 1578325. OLE color: 1578325.

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

Color convert

RGB 85 21 24 -
CMYK 0 0.75 0.72 0.67
HSL 357.19º 0.6% 0.21% -
HSV(B) 357.19º 0.75% 0.33% -
XYZ 4.18 2.53 1.13 -
YUV 40.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 85 21 24 0 0.75 0.72 0.67 357.19 0.6 0.21
Hex 55 15 18 0 4B 48 43 165 3C 15
Octal 125 25 30 0 113 110 103 545 74 25
Binary 1010101 10101 11000 0 1001011 1001000 1000011 101100101 111100 10101

Color Harmonies of #551518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551518

Black with #551518

Text Example


Text Example

White with #551518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551518; }

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

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

background-color css

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

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

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

border-color css

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

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

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