Html Css Color HEX #A23032 Guardsman Red

📋 copy color: '#A23032'

red 162 ◦ green 48 ◦ blue 50

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

Shades of Guardsman Red #A23032

Tints of Guardsman Red #A23032

RGB

 RED value IS 162 (63.67% from 255) = 62.31%

 GREEN value IS 48 (19.14% from 255) = 18.46%

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 62.31%
G = 18.46%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A23032 (or 0xA23032) is known color: Guardsman Red. HEX triplet: A2, 30 and 32. RGB value is (162,48,50). Sum of RGB (Red+Green+Blue) = 162+48+50=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A23032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23032 is #5DCFCD. Grayscale: #525252. Windows color (decimal): -6148046 or 3289250. OLE color: 3289250.

HSL color Cylindrical-coordinate representation of color #A23032: hue angle of 358.95º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23032 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 48 50 -
CMYK 0 0.70 0.69 0.36
HSL 358.95º 0.54% 0.41% -
HSV(B) 358.95º 0.7% 0.64% -
XYZ 16.53 10.03 4.08 -
YUV 82.31 109.77 184.84 -
System Red Green Blue C M Y K H S L
Decimal 162 48 50 0 0.70 0.69 0.36 358.95 0.54 0.41
Hex A2 30 32 0 46 45 24 167 36 29
Octal 242 60 62 0 106 105 44 547 66 51
Binary 10100010 110000 110010 0 1000110 1000101 100100 101100111 110110 101001

Color Harmonies of #A23032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23032

Black with #A23032

Text Example


Text Example

White with #A23032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23032; }

 p { color: rgb(162,48,50); }

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

background-color css

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

 a { background-color: rgb(162,48,50); }

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

border-color css

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

 span { border-color: rgb(162,48,50); }

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