Html Css Color HEX #501B1C Burnt Crimson

📋 copy color: '#501B1C'

red 80 ◦ green 27 ◦ blue 28

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

Shades of Burnt Crimson #501B1C

Tints of Burnt Crimson #501B1C

RGB

 RED value IS 80 (31.64% from 255) = 59.26%

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

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

R = 59.26%
G = 20%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#501B1C (or 0x501B1C) is known color: Burnt Crimson. HEX triplet: 50, 1B and 1C. RGB value is (80,27,28). Sum of RGB (Red+Green+Blue) = 80+27+28=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #501B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B1C is #AFE4E3. Grayscale: #2B2B2B. Windows color (decimal): -11527396 or 1842000. OLE color: 1842000.

HSL color Cylindrical-coordinate representation of color #501B1C: hue angle of 358.87º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #501B1C is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 27 28 -
CMYK 0 0.66 0.65 0.69
HSL 358.87º 0.5% 0.21% -
HSV(B) 358.87º 0.66% 0.31% -
XYZ 3.91 2.57 1.39 -
YUV 42.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 80 27 28 0 0.66 0.65 0.69 358.87 0.5 0.21
Hex 50 1B 1C 0 42 41 45 167 32 15
Octal 120 33 34 0 102 101 105 547 62 25
Binary 1010000 11011 11100 0 1000010 1000001 1000101 101100111 110010 10101

Color Harmonies of #501B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B1C

Black with #501B1C

Text Example


Text Example

White with #501B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501B1C; }

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

 H1.HeaderClassName
 {
   color: #501B1C;
 }
 .AnyTagClassName
 {
   color: #501B1C;
 }
</style>

background-color css

<style>
 a { background-color: #501B1C; }

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

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

border-color css

<style>
 span { border-color: #501B1C; }

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

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