Html Css Color HEX #5A242A Burnt Crimson

📋 copy color: '#5A242A'

red 90 ◦ green 36 ◦ blue 42

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

Shades of Burnt Crimson #5A242A

Tints of Burnt Crimson #5A242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.43%

 BLUE value IS 42 (16.8% from 255) = 25%

R = 53.57%
G = 21.43%
B = 25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A242A (or 0x5A242A) is known color: Burnt Crimson. HEX triplet: 5A, 24 and 2A. RGB value is (90,36,42). Sum of RGB (Red+Green+Blue) = 90+36+42=168 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.57% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 90 - color contains mainly: red. Hex color #5A242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A242A is #A5DBD5. Grayscale: #343434. Windows color (decimal): -10869718 or 2761818. OLE color: 2761818.

HSL color Cylindrical-coordinate representation of color #5A242A: hue angle of 353.33º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A242A is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 36 42 -
CMYK 0 0.60 0.53 0.65
HSL 353.33º 0.43% 0.25% -
HSV(B) 353.33º 0.6% 0.35% -
XYZ 5.27 3.6 2.61 -
YUV 52.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 90 36 42 0 0.60 0.53 0.65 353.33 0.43 0.25
Hex 5A 24 2A 0 3C 35 41 161 2B 19
Octal 132 44 52 0 74 65 101 541 53 31
Binary 1011010 100100 101010 0 111100 110101 1000001 101100001 101011 11001

Color Harmonies of #5A242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A242A

Black with #5A242A

Text Example


Text Example

White with #5A242A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,36,42); }

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

background-color css

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

 a { background-color: rgb(90,36,42); }

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

border-color css

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

 span { border-color: rgb(90,36,42); }

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