#5A262A

Color #5A262A Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #5A262A

Tints of Burnt Crimson #5A262A

Color information

#5A262A (or 0x5A262A) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 26 and 2A. RGB value is (90,38,42). Sum of RGB (Red+Green+Blue) = 90+38+42=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A262A is #A5D9D5. Grayscale: #363636. Windows color (decimal): -10869206 or 2762330. OLE color: 2762330.

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

Color convert

RGB903842-
CMYK00.580.530.65
HSL355.38º40.62%25.1%-
HSV(B)355.38º57.78%35.29%-
XYZ5.333.732.63-
YUV54121.23153.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.94%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=52.94%
G=22.35%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90384200.580.530.65355.3840.6225.1
Hex5A262A03A35411632919
Octal1324652072651015435131
Binary10110101001101010100111010110101100000110110001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A262A;
 }
 .AnyTagClassName
 {
   color: #5A262A;
 }
</style>
background-color css

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

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

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

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

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

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