Html Css Color HEX #A32B2E Guardsman Red

📋 copy color: '#A32B2E'

red 163 ◦ green 43 ◦ blue 46

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

Shades of Guardsman Red #A32B2E

Tints of Guardsman Red #A32B2E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.06%

 BLUE value IS 46 (18.36% from 255) = 18.25%

R = 64.68%
G = 17.06%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A32B2E (or 0xA32B2E) is known color: Guardsman Red. HEX triplet: A3, 2B and 2E. RGB value is (163,43,46). Sum of RGB (Red+Green+Blue) = 163+43+46=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32B2E is #5CD4D1. Grayscale: #4F4F4F. Windows color (decimal): -6083794 or 3025827. OLE color: 3025827.

HSL color Cylindrical-coordinate representation of color #A32B2E: hue angle of 358.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32B2E is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 43 46 -
CMYK 0 0.74 0.72 0.36
HSL 358.5º 0.58% 0.4% -
HSV(B) 358.5º 0.74% 0.64% -
XYZ 16.46 9.71 3.59 -
YUV 79.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 163 43 46 0 0.74 0.72 0.36 358.5 0.58 0.4
Hex A3 2B 2E 0 4A 48 24 166 3A 28
Octal 243 53 56 0 112 110 44 546 72 50
Binary 10100011 101011 101110 0 1001010 1001000 100100 101100110 111010 101000

Color Harmonies of #A32B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32B2E

Black with #A32B2E

Text Example


Text Example

White with #A32B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32B2E; }

 p { color: rgb(163,43,46); }

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

background-color css

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

 a { background-color: rgb(163,43,46); }

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

border-color css

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

 span { border-color: rgb(163,43,46); }

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