Html Css Color HEX #5D1B1C Burnt Crimson

📋 copy color: '#5D1B1C'

red 93 ◦ green 27 ◦ blue 28

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

Shades of Burnt Crimson #5D1B1C

Tints of Burnt Crimson #5D1B1C

RGB

 RED value IS 93 (36.72% from 255) = 62.84%

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

 BLUE value IS 28 (11.33% from 255) = 18.92%

R = 62.84%
G = 18.24%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#5D1B1C (or 0x5D1B1C) is known color: Burnt Crimson. HEX triplet: 5D, 1B and 1C. RGB value is (93,27,28). Sum of RGB (Red+Green+Blue) = 93+27+28=148 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62.84% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1B1C is #A2E4E3. Grayscale: #2E2E2E. Windows color (decimal): -10675428 or 1842013. OLE color: 1842013.

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

Color convert

RGB 93 27 28 -
CMYK 0 0.71 0.70 0.64
HSL 359.09º 0.55% 0.24% -
HSV(B) 359.09º 0.71% 0.36% -
XYZ 5.12 3.19 1.45 -
YUV 46.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 93 27 28 0 0.71 0.70 0.64 359.09 0.55 0.24
Hex 5D 1B 1C 0 47 46 40 167 37 18
Octal 135 33 34 0 107 106 100 547 67 30
Binary 1011101 11011 11100 0 1000111 1000110 1000000 101100111 110111 11000

Color Harmonies of #5D1B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1B1C

Black with #5D1B1C

Text Example


Text Example

White with #5D1B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,27,28); }

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

background-color css

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

 a { background-color: rgb(93,27,28); }

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

border-color css

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

 span { border-color: rgb(93,27,28); }

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