Html Css Color HEX #5A232B Burnt Crimson

📋 copy color: '#5A232B'

red 90 ◦ green 35 ◦ blue 43

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

Shades of Burnt Crimson #5A232B

Tints of Burnt Crimson #5A232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.6%

R = 53.57%
G = 20.83%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#5A232B (or 0x5A232B) is known color: Burnt Crimson. HEX triplet: 5A, 23 and 2B. RGB value is (90,35,43). Sum of RGB (Red+Green+Blue) = 90+35+43=168 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.57% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 90 - color contains mainly: red. Hex color #5A232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A232B is #A5DCD4. Grayscale: #343434. Windows color (decimal): -10869973 or 2827098. OLE color: 2827098.

HSL color Cylindrical-coordinate representation of color #5A232B: hue angle of 351.27º 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 #5A232B is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 35 43 -
CMYK 0 0.61 0.52 0.65
HSL 351.27º 0.44% 0.25% -
HSV(B) 351.27º 0.61% 0.35% -
XYZ 5.25 3.55 2.69 -
YUV 52.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 90 35 43 0 0.61 0.52 0.65 351.27 0.44 0.25
Hex 5A 23 2B 0 3D 34 41 15F 2C 19
Octal 132 43 53 0 75 64 101 537 54 31
Binary 1011010 100011 101011 0 111101 110100 1000001 101011111 101100 11001

Color Harmonies of #5A232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A232B

Black with #5A232B

Text Example


Text Example

White with #5A232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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