Html Css Color HEX #5A232A Burnt Crimson

📋 copy color: '#5A232A'

red 90 ◦ green 35 ◦ blue 42

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

Shades of Burnt Crimson #5A232A

Tints of Burnt Crimson #5A232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.96%

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

R = 53.89%
G = 20.96%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A232A (or 0x5A232A) is known color: Burnt Crimson. HEX triplet: 5A, 23 and 2A. RGB value is (90,35,42). Sum of RGB (Red+Green+Blue) = 90+35+42=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A232A is #A5DCD5. Grayscale: #343434. Windows color (decimal): -10869974 or 2761562. OLE color: 2761562.

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

Color convert

RGB 90 35 42 -
CMYK 0 0.61 0.53 0.65
HSL 352.36º 0.44% 0.25% -
HSV(B) 352.36º 0.61% 0.35% -
XYZ 5.24 3.54 2.6 -
YUV 52.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 90 35 42 0 0.61 0.53 0.65 352.36 0.44 0.25
Hex 5A 23 2A 0 3D 35 41 160 2C 19
Octal 132 43 52 0 75 65 101 540 54 31
Binary 1011010 100011 101010 0 111101 110101 1000001 101100000 101100 11001

Color Harmonies of #5A232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A232A

Black with #5A232A

Text Example


Text Example

White with #5A232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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