Html Css Color HEX #5A0305 Burnt Crimson

📋 copy color: '#5A0305'

red 90 ◦ green 3 ◦ blue 5

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

Shades of Burnt Crimson #5A0305

Tints of Burnt Crimson #5A0305

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.06%

 BLUE value IS 5 (2.34% from 255) = 5.1%

R = 91.84%
G = 3.06%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#5A0305 (or 0x5A0305) is known color: Burnt Crimson. HEX triplet: 5A, 03 and 05. RGB value is (90,3,5). Sum of RGB (Red+Green+Blue) = 90+3+5=98 (12% of max value = 765). Red value is 90 (35.55% from 255 or 91.84% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0305 is #A5FCFA. Grayscale: #1D1D1D. Windows color (decimal): -10878203 or 328538. OLE color: 328538.

HSL color Cylindrical-coordinate representation of color #5A0305: hue angle of 358.62º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A0305 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 3 5 -
CMYK 0 0.97 0.94 0.65
HSL 358.62º 0.94% 0.18% -
HSV(B) 358.62º 0.97% 0.35% -
XYZ 4.28 2.25 0.35 -
YUV 29.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 90 3 5 0 0.97 0.94 0.65 358.62 0.94 0.18
Hex 5A 3 5 0 61 5E 41 167 5E 12
Octal 132 3 5 0 141 136 101 547 136 22
Binary 1011010 11 101 0 1100001 1011110 1000001 101100111 1011110 10010

Color Harmonies of #5A0305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0305

Black with #5A0305

Text Example


Text Example

White with #5A0305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,3,5); }

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

background-color css

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

 a { background-color: rgb(90,3,5); }

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

border-color css

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

 span { border-color: rgb(90,3,5); }

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