Html Css Color HEX #550C0D Burnt Crimson

📋 copy color: '#550C0D'

red 85 ◦ green 12 ◦ blue 13

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

Shades of Burnt Crimson #550C0D

Tints of Burnt Crimson #550C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.91%

 BLUE value IS 13 (5.47% from 255) = 11.82%

R = 77.27%
G = 10.91%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#550C0D (or 0x550C0D) is known color: Burnt Crimson. HEX triplet: 55, 0C and 0D. RGB value is (85,12,13). Sum of RGB (Red+Green+Blue) = 85+12+13=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #550C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550C0D is #AAF3F2. Grayscale: #222222. Windows color (decimal): -11203571 or 855125. OLE color: 855125.

HSL color Cylindrical-coordinate representation of color #550C0D: hue angle of 359.18º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #550C0D is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 12 13 -
CMYK 0 0.86 0.85 0.67
HSL 359.18º 0.75% 0.19% -
HSV(B) 359.18º 0.86% 0.33% -
XYZ 3.95 2.22 0.6 -
YUV 33.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 85 12 13 0 0.86 0.85 0.67 359.18 0.75 0.19
Hex 55 C D 0 56 55 43 167 4B 13
Octal 125 14 15 0 126 125 103 547 113 23
Binary 1010101 1100 1101 0 1010110 1010101 1000011 101100111 1001011 10011

Color Harmonies of #550C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550C0D

Black with #550C0D

Text Example


Text Example

White with #550C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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