#A3223B

Color #A3223B Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #A3223B

Tints of Bright Red #A3223B

Color information

#A3223B (or 0xA3223B) is unknown color: approx Bright Red. HEX triplet: A3, 22 and 3B. RGB value is (163,34,59). Sum of RGB (Red+Green+Blue) = 163+34+59=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A3223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3223B is #5CDDC4. Grayscale: #4B4B4B. Windows color (decimal): -6086085 or 3875491. OLE color: 3875491.

HSL color Cylindrical-coordinate representation of color #A3223B: hue angle of 348.37º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3223B is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1633459-
CMYK00.790.640.36
HSL348.37º65.48%38.63%-
HSV(B)348.37º79.14%63.92%-
XYZ16.479.255.05-
YUV75.42118.74190.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.67%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 59 (23.44% from 255) = 23.05%
R=63.67%
G=13.28%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163345900.790.640.36348.3765.4838.63
HexA3223B04F402415c4127
Octal243427301171004453410147
Binary101000111000101110110100111110000001001001010111001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3223B; }

 p { color: rgb(163,34,59); }

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

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

 a { background-color: rgb(163,34,59); }

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

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

 span { border-color: rgb(163,34,59); }

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