Html Css Color HEX #A32B2D Guardsman Red

📋 copy color: '#A32B2D'

red 163 ◦ green 43 ◦ blue 45

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

Shades of Guardsman Red #A32B2D

Tints of Guardsman Red #A32B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.93%

R = 64.94%
G = 17.13%
B = 17.93%

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

#A32B2D (or 0xA32B2D) is known color: Guardsman Red. HEX triplet: A3, 2B and 2D. RGB value is (163,43,45). Sum of RGB (Red+Green+Blue) = 163+43+45=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32B2D is #5CD4D2. Grayscale: #4F4F4F. Windows color (decimal): -6083795 or 2960291. OLE color: 2960291.

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

Color convert

RGB 163 43 45 -
CMYK 0 0.74 0.72 0.36
HSL 359º 0.58% 0.4% -
HSV(B) 359º 0.74% 0.64% -
XYZ 16.44 9.7 3.49 -
YUV 79.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 163 43 45 0 0.74 0.72 0.36 359 0.58 0.4
Hex A3 2B 2D 0 4A 48 24 167 3A 28
Octal 243 53 55 0 112 110 44 547 72 50
Binary 10100011 101011 101101 0 1001010 1001000 100100 101100111 111010 101000

Color Harmonies of #A32B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32B2D

Black with #A32B2D

Text Example


Text Example

White with #A32B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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