Html Css Color HEX #5C0506 Burnt Crimson

📋 copy color: '#5C0506'

red 92 ◦ green 5 ◦ blue 6

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

Shades of Burnt Crimson #5C0506

Tints of Burnt Crimson #5C0506

RGB

 RED value IS 92 (36.33% from 255) = 89.32%

 GREEN value IS 5 (2.34% from 255) = 4.85%

 BLUE value IS 6 (2.73% from 255) = 5.83%

R = 89.32%
G = 4.85%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.64

RGB Variations

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

Color information

#5C0506 (or 0x5C0506) is known color: Burnt Crimson. HEX triplet: 5C, 05 and 06. RGB value is (92,5,6). Sum of RGB (Red+Green+Blue) = 92+5+6=103 (13% of max value = 765). Red value is 92 (36.33% from 255 or 89.32% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0506 is #A3FAF9. Grayscale: #1F1F1F. Windows color (decimal): -10746618 or 394588. OLE color: 394588.

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

Color convert

RGB 92 5 6 -
CMYK 0 0.95 0.93 0.64
HSL 359.31º 0.9% 0.19% -
HSV(B) 359.31º 0.95% 0.36% -
XYZ 4.5 2.4 0.4 -
YUV 31.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 92 5 6 0 0.95 0.93 0.64 359.31 0.9 0.19
Hex 5C 5 6 0 5F 5D 40 167 5A 13
Octal 134 5 6 0 137 135 100 547 132 23
Binary 1011100 101 110 0 1011111 1011101 1000000 101100111 1011010 10011

Color Harmonies of #5C0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0506

Black with #5C0506

Text Example


Text Example

White with #5C0506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C0506;
 }
 .AnyTagClassName
 {
   color: #5C0506;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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