#A32238

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

Shades of Bright Red #A32238

Tints of Bright Red #A32238

Color information

#A32238 (or 0xA32238) is unknown color: approx Bright Red. HEX triplet: A3, 22 and 38. RGB value is (163,34,56). Sum of RGB (Red+Green+Blue) = 163+34+56=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A32238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32238 is #5CDDC7. Grayscale: #4B4B4B. Windows color (decimal): -6086088 or 3678883. OLE color: 3678883.

HSL color Cylindrical-coordinate representation of color #A32238: hue angle of 349.77º 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 #A32238 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1633456-
CMYK00.790.660.36
HSL349.77º65.48%38.63%-
HSV(B)349.77º79.14%63.92%-
XYZ16.399.224.66-
YUV75.08117.24190.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.43%
GREEN value IS 34 (13.67% from 255) = 13.44%
BLUE value IS 56 (22.27% from 255) = 22.13%
R=64.43%
G=13.44%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163345600.790.660.36349.7765.4838.63
HexA3223804F422415e4127
Octal243427001171024453610147
Binary101000111000101110000100111110000101001001010111101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32238; }

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

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

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

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

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

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

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

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