#5c0609

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

Shades of Burnt Crimson #5C0609

Tints of Burnt Crimson #5C0609

Color information

#5C0609 (or 0x5C0609) is unknown color: approx Burnt Crimson. HEX triplet: 5C, 06 and 09. RGB value is (92,6,9). Sum of RGB (Red+Green+Blue) = 92+6+9=107 (14% of max value = 765). Red value is 92 (36.33% from 255 or 85.98% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0609 is #A3F9F6. Grayscale: #202020. Windows color (decimal): -10746359 or 591452. OLE color: 591452.

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

Color convert

RGB9269-
CMYK00.930.900.64
HSL357.91º87.76%19.22%-
HSV(B)357.91º93.48%36.08%-
XYZ4.532.430.49-
YUV32.06114.99170.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 85.98%
GREEN value IS 6 (2.73% from 255) = 5.61%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=85.98%
G=5.61%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal926900.930.900.64357.9187.7619.22
Hex5C6905D5A401665813
Octal134611013513210054613023
Binary101110011010010101110110110101000000101100110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c0609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,6,9); }

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

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

 a { background-color: rgb(92,6,9); }

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

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

 span { border-color: rgb(92,6,9); }

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