Html Css Color HEX #5A1C1F Burnt Crimson

📋 copy color: '#5A1C1F'

red 90 ◦ green 28 ◦ blue 31

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

Shades of Burnt Crimson #5A1C1F

Tints of Burnt Crimson #5A1C1F

RGB

 RED value IS 90 (35.55% from 255) = 60.4%

 GREEN value IS 28 (11.33% from 255) = 18.79%

 BLUE value IS 31 (12.5% from 255) = 20.81%

R = 60.4%
G = 18.79%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A1C1F (or 0x5A1C1F) is known color: Burnt Crimson. HEX triplet: 5A, 1C and 1F. RGB value is (90,28,31). Sum of RGB (Red+Green+Blue) = 90+28+31=149 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.40% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1C1F is #A5E3E0. Grayscale: #2E2E2E. Windows color (decimal): -10871777 or 2038874. OLE color: 2038874.

HSL color Cylindrical-coordinate representation of color #5A1C1F: hue angle of 357.1º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A1C1F is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 28 31 -
CMYK 0 0.69 0.66 0.65
HSL 357.1º 0.53% 0.23% -
HSV(B) 357.1º 0.69% 0.35% -
XYZ 4.88 3.1 1.64 -
YUV 46.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 90 28 31 0 0.69 0.66 0.65 357.1 0.53 0.23
Hex 5A 1C 1F 0 45 42 41 165 35 17
Octal 132 34 37 0 105 102 101 545 65 27
Binary 1011010 11100 11111 0 1000101 1000010 1000001 101100101 110101 10111

Color Harmonies of #5A1C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1C1F

Black with #5A1C1F

Text Example


Text Example

White with #5A1C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,28,31); }

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

background-color css

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

 a { background-color: rgb(90,28,31); }

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

border-color css

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

 span { border-color: rgb(90,28,31); }

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