Html Css Color HEX #5A080C Burnt Crimson

📋 copy color: '#5A080C'

red 90 ◦ green 8 ◦ blue 12

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

Shades of Burnt Crimson #5A080C

Tints of Burnt Crimson #5A080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.27%

 BLUE value IS 12 (5.08% from 255) = 10.91%

R = 81.82%
G = 7.27%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#5A080C (or 0x5A080C) is known color: Burnt Crimson. HEX triplet: 5A, 08 and 0C. RGB value is (90,8,12). Sum of RGB (Red+Green+Blue) = 90+8+12=110 (14% of max value = 765). Red value is 90 (35.55% from 255 or 81.82% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 90 - color contains mainly: red. Hex color #5A080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A080C is #A5F7F3. Grayscale: #212121. Windows color (decimal): -10876916 or 788570. OLE color: 788570.

HSL color Cylindrical-coordinate representation of color #5A080C: hue angle of 357.07º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A080C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 8 12 -
CMYK 0 0.91 0.87 0.65
HSL 357.07º 0.84% 0.19% -
HSV(B) 357.07º 0.91% 0.35% -
XYZ 4.37 2.37 0.58 -
YUV 32.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 90 8 12 0 0.91 0.87 0.65 357.07 0.84 0.19
Hex 5A 8 C 0 5B 57 41 165 54 13
Octal 132 10 14 0 133 127 101 545 124 23
Binary 1011010 1000 1100 0 1011011 1010111 1000001 101100101 1010100 10011

Color Harmonies of #5A080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A080C

Black with #5A080C

Text Example


Text Example

White with #5A080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,8,12); }

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

background-color css

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

 a { background-color: rgb(90,8,12); }

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

border-color css

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

 span { border-color: rgb(90,8,12); }

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