Html Css Color HEX #540C0D Burnt Crimson

📋 copy color: '#540C0D'

red 84 ◦ green 12 ◦ blue 13

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

Shades of Burnt Crimson #540C0D

Tints of Burnt Crimson #540C0D

RGB

 RED value IS 84 (33.2% from 255) = 77.06%

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

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

R = 77.06%
G = 11.01%
B = 11.93%

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

#540C0D (or 0x540C0D) is known color: Burnt Crimson. HEX triplet: 54, 0C and 0D. RGB value is (84,12,13). Sum of RGB (Red+Green+Blue) = 84+12+13=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #540C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540C0D is #ABF3F2. Grayscale: #212121. Windows color (decimal): -11269107 or 855124. OLE color: 855124.

HSL color Cylindrical-coordinate representation of color #540C0D: hue angle of 359.17º 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 #540C0D is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 12 13 -
CMYK 0 0.86 0.85 0.67
HSL 359.17º 0.75% 0.19% -
HSV(B) 359.17º 0.86% 0.33% -
XYZ 3.86 2.18 0.6 -
YUV 33.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 84 12 13 0 0.86 0.85 0.67 359.17 0.75 0.19
Hex 54 C D 0 56 55 43 167 4B 13
Octal 124 14 15 0 126 125 103 547 113 23
Binary 1010100 1100 1101 0 1010110 1010101 1000011 101100111 1001011 10011

Color Harmonies of #540C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540C0D

Black with #540C0D

Text Example


Text Example

White with #540C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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