Html Css Color HEX #5C151A Burnt Crimson

📋 copy color: '#5C151A'

red 92 ◦ green 21 ◦ blue 26

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

Shades of Burnt Crimson #5C151A

Tints of Burnt Crimson #5C151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.11%

 BLUE value IS 26 (10.55% from 255) = 18.71%

R = 66.19%
G = 15.11%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#5C151A (or 0x5C151A) is known color: Burnt Crimson. HEX triplet: 5C, 15 and 1A. RGB value is (92,21,26). Sum of RGB (Red+Green+Blue) = 92+21+26=139 (18% of max value = 765). Red value is 92 (36.33% from 255 or 66.19% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 92 - color contains mainly: red. Hex color #5C151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C151A is #A3EAE5. Grayscale: #2A2A2A. Windows color (decimal): -10742502 or 1709404. OLE color: 1709404.

HSL color Cylindrical-coordinate representation of color #5C151A: hue angle of 355.77º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C151A is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 21 26 -
CMYK 0 0.77 0.72 0.64
HSL 355.77º 0.63% 0.22% -
HSV(B) 355.77º 0.77% 0.36% -
XYZ 4.87 2.89 1.28 -
YUV 42.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 92 21 26 0 0.77 0.72 0.64 355.77 0.63 0.22
Hex 5C 15 1A 0 4D 48 40 164 3F 16
Octal 134 25 32 0 115 110 100 544 77 26
Binary 1011100 10101 11010 0 1001101 1001000 1000000 101100100 111111 10110

Color Harmonies of #5C151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C151A

Black with #5C151A

Text Example


Text Example

White with #5C151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,21,26); }

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

background-color css

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

 a { background-color: rgb(92,21,26); }

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

border-color css

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

 span { border-color: rgb(92,21,26); }

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