#5C0B0D

Color #5C0B0D Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #5C0B0D

Tints of Burnt Crimson #5C0B0D

Color information

#5C0B0D (or 0x5C0B0D) is unknown color: approx Burnt Crimson. HEX triplet: 5C, 0B and 0D. RGB value is (92,11,13). Sum of RGB (Red+Green+Blue) = 92+11+13=116 (15% of max value = 765). Red value is 92 (36.33% from 255 or 79.31% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0B0D is #A3F4F2. Grayscale: #232323. Windows color (decimal): -10745075 or 854876. OLE color: 854876.

HSL color Cylindrical-coordinate representation of color #5C0B0D: hue angle of 358.52º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C0B0D is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB921113-
CMYK00.880.860.64
HSL358.52º78.64%20.2%-
HSV(B)358.52º88.04%36.08%-
XYZ4.612.540.63-
YUV35.45115.34168.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 79.31%
GREEN value IS 11 (4.69% from 255) = 9.48%
BLUE value IS 13 (5.47% from 255) = 11.21%
R=79.31%
G=9.48%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92111300.880.860.64358.5278.6420.2
Hex5CBD05856401674f14
Octal1341315013012610054711724
Binary1011100101111010101100010101101000000101100111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C0B0D; }

 p { color: rgb(92,11,13); }

 H1.HeaderClassName
 {
   color: #5C0B0D;
 }
 .AnyTagClassName
 {
   color: #5C0B0D;
 }
</style>
background-color css

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

 a { background-color: rgb(92,11,13); }

 div.DivClassName
 {
   background-color: #5C0B0D;
 }
 .BgClassName
 {
   background-color: #5C0B0D;
 }
</style>
border-color css

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

 span { border-color: rgb(92,11,13); }

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