Html Css Color HEX #A22B2D Guardsman Red

📋 copy color: '#A22B2D'

red 162 ◦ green 43 ◦ blue 45

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

Shades of Guardsman Red #A22B2D

Tints of Guardsman Red #A22B2D

RGB

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

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

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

R = 64.8%
G = 17.2%
B = 18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A22B2D (or 0xA22B2D) is known color: Guardsman Red. HEX triplet: A2, 2B and 2D. RGB value is (162,43,45). Sum of RGB (Red+Green+Blue) = 162+43+45=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22B2D is #5DD4D2. Grayscale: #4E4E4E. Windows color (decimal): -6149331 or 2960290. OLE color: 2960290.

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

Color convert

RGB 162 43 45 -
CMYK 0 0.73 0.72 0.36
HSL 358.99º 0.58% 0.4% -
HSV(B) 358.99º 0.73% 0.64% -
XYZ 16.24 9.6 3.48 -
YUV 78.81 108.92 187.34 -
System Red Green Blue C M Y K H S L
Decimal 162 43 45 0 0.73 0.72 0.36 358.99 0.58 0.4
Hex A2 2B 2D 0 49 48 24 167 3A 28
Octal 242 53 55 0 111 110 44 547 72 50
Binary 10100010 101011 101101 0 1001001 1001000 100100 101100111 111010 101000

Color Harmonies of #A22B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22B2D

Black with #A22B2D

Text Example


Text Example

White with #A22B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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