Html Css Color HEX #5C151B Burnt Crimson

📋 copy color: '#5C151B'

red 92 ◦ green 21 ◦ blue 27

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

Shades of Burnt Crimson #5C151B

Tints of Burnt Crimson #5C151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.29%

R = 65.71%
G = 15%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#5C151B (or 0x5C151B) is known color: Burnt Crimson. HEX triplet: 5C, 15 and 1B. RGB value is (92,21,27). Sum of RGB (Red+Green+Blue) = 92+21+27=140 (18% of max value = 765). Red value is 92 (36.33% from 255 or 65.71% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 92 - color contains mainly: red. Hex color #5C151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C151B is #A3EAE4. Grayscale: #2A2A2A. Windows color (decimal): -10742501 or 1774940. OLE color: 1774940.

HSL color Cylindrical-coordinate representation of color #5C151B: hue angle of 354.93º 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 #5C151B is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 21 27 -
CMYK 0 0.77 0.71 0.64
HSL 354.93º 0.63% 0.22% -
HSV(B) 354.93º 0.77% 0.36% -
XYZ 4.88 2.89 1.34 -
YUV 42.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 92 21 27 0 0.77 0.71 0.64 354.93 0.63 0.22
Hex 5C 15 1B 0 4D 47 40 163 3F 16
Octal 134 25 33 0 115 107 100 543 77 26
Binary 1011100 10101 11011 0 1001101 1000111 1000000 101100011 111111 10110

Color Harmonies of #5C151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C151B

Black with #5C151B

Text Example


Text Example

White with #5C151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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