Html Css Color HEX #5C1B1D Burnt Crimson

📋 copy color: '#5C1B1D'

red 92 ◦ green 27 ◦ blue 29

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

Shades of Burnt Crimson #5C1B1D

Tints of Burnt Crimson #5C1B1D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.24%

 BLUE value IS 29 (11.72% from 255) = 19.59%

R = 62.16%
G = 18.24%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#5C1B1D (or 0x5C1B1D) is known color: Burnt Crimson. HEX triplet: 5C, 1B and 1D. RGB value is (92,27,29). Sum of RGB (Red+Green+Blue) = 92+27+29=148 (19% of max value = 765). Red value is 92 (36.33% from 255 or 62.16% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1B1D is #A3E4E2. Grayscale: #2E2E2E. Windows color (decimal): -10740963 or 1907548. OLE color: 1907548.

HSL color Cylindrical-coordinate representation of color #5C1B1D: hue angle of 358.15º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C1B1D is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 27 29 -
CMYK 0 0.71 0.68 0.64
HSL 358.15º 0.55% 0.23% -
HSV(B) 358.15º 0.71% 0.36% -
XYZ 5.03 3.15 1.51 -
YUV 46.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 92 27 29 0 0.71 0.68 0.64 358.15 0.55 0.23
Hex 5C 1B 1D 0 47 44 40 166 37 17
Octal 134 33 35 0 107 104 100 546 67 27
Binary 1011100 11011 11101 0 1000111 1000100 1000000 101100110 110111 10111

Color Harmonies of #5C1B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1B1D

Black with #5C1B1D

Text Example


Text Example

White with #5C1B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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