Html Css Color HEX #A3223A Bright Red

📋 copy color: '#A3223A'

red 163 ◦ green 34 ◦ blue 58

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

Shades of Bright Red #A3223A

Tints of Bright Red #A3223A

RGB

 RED value IS 163 (64.06% from 255) = 63.92%

 GREEN value IS 34 (13.67% from 255) = 13.33%

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 63.92%
G = 13.33%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3223A (or 0xA3223A) is known color: Bright Red. HEX triplet: A3, 22 and 3A. RGB value is (163,34,58). Sum of RGB (Red+Green+Blue) = 163+34+58=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A3223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3223A is #5CDDC5. Grayscale: #4B4B4B. Windows color (decimal): -6086086 or 3809955. OLE color: 3809955.

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

Color convert

RGB 163 34 58 -
CMYK 0 0.79 0.64 0.36
HSL 348.84º 0.65% 0.39% -
HSV(B) 348.84º 0.79% 0.64% -
XYZ 16.44 9.24 4.92 -
YUV 75.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 163 34 58 0 0.79 0.64 0.36 348.84 0.65 0.39
Hex A3 22 3A 0 4F 40 24 15D 41 27
Octal 243 42 72 0 117 100 44 535 101 47
Binary 10100011 100010 111010 0 1001111 1000000 100100 101011101 1000001 100111

Color Harmonies of #A3223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3223A

Black with #A3223A

Text Example


Text Example

White with #A3223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3223A; }

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

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

background-color css

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

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

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

border-color css

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

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

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