Html Css Color HEX #540F12 Burnt Crimson

📋 copy color: '#540F12'

red 84 ◦ green 15 ◦ blue 18

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

Shades of Burnt Crimson #540F12

Tints of Burnt Crimson #540F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.82%

 BLUE value IS 18 (7.42% from 255) = 15.38%

R = 71.79%
G = 12.82%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#540F12 (or 0x540F12) is known color: Burnt Crimson. HEX triplet: 54, 0F and 12. RGB value is (84,15,18). Sum of RGB (Red+Green+Blue) = 84+15+18=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #540F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F12 is #ABF0ED. Grayscale: #242424. Windows color (decimal): -11268334 or 1183572. OLE color: 1183572.

HSL color Cylindrical-coordinate representation of color #540F12: hue angle of 357.39º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #540F12 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 15 18 -
CMYK 0 0.82 0.79 0.67
HSL 357.39º 0.7% 0.19% -
HSV(B) 357.39º 0.82% 0.33% -
XYZ 3.94 2.27 0.8 -
YUV 35.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 84 15 18 0 0.82 0.79 0.67 357.39 0.7 0.19
Hex 54 F 12 0 52 4F 43 165 46 13
Octal 124 17 22 0 122 117 103 545 106 23
Binary 1010100 1111 10010 0 1010010 1001111 1000011 101100101 1000110 10011

Color Harmonies of #540F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540F12

Black with #540F12

Text Example


Text Example

White with #540F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,15,18); }

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

background-color css

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

 a { background-color: rgb(84,15,18); }

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

border-color css

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

 span { border-color: rgb(84,15,18); }

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