Html Css Color HEX #A4232B Guardsman Red

📋 copy color: '#A4232B'

red 164 ◦ green 35 ◦ blue 43

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

Shades of Guardsman Red #A4232B

Tints of Guardsman Red #A4232B

RGB

 RED value IS 164 (64.45% from 255) = 67.77%

 GREEN value IS 35 (14.06% from 255) = 14.46%

 BLUE value IS 43 (17.19% from 255) = 17.77%

R = 67.77%
G = 14.46%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4232B (or 0xA4232B) is known color: Guardsman Red. HEX triplet: A4, 23 and 2B. RGB value is (164,35,43). Sum of RGB (Red+Green+Blue) = 164+35+43=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A4232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4232B is #5BDCD4. Grayscale: #4A4A4A. Windows color (decimal): -6020309 or 2827172. OLE color: 2827172.

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

Color convert

RGB 164 35 43 -
CMYK 0 0.79 0.74 0.36
HSL 356.28º 0.65% 0.39% -
HSV(B) 356.28º 0.79% 0.64% -
XYZ 16.35 9.27 3.21 -
YUV 74.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 164 35 43 0 0.79 0.74 0.36 356.28 0.65 0.39
Hex A4 23 2B 0 4F 4A 24 164 41 27
Octal 244 43 53 0 117 112 44 544 101 47
Binary 10100100 100011 101011 0 1001111 1001010 100100 101100100 1000001 100111

Color Harmonies of #A4232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4232B

Black with #A4232B

Text Example


Text Example

White with #A4232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4232B; }

 p { color: rgb(164,35,43); }

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

background-color css

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

 a { background-color: rgb(164,35,43); }

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

border-color css

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

 span { border-color: rgb(164,35,43); }

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