Html Css Color HEX #A4232F Guardsman Red

📋 copy color: '#A4232F'

red 164 ◦ green 35 ◦ blue 47

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

Shades of Guardsman Red #A4232F

Tints of Guardsman Red #A4232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.11%

R = 66.67%
G = 14.23%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A4232F (or 0xA4232F) is known color: Guardsman Red. HEX triplet: A4, 23 and 2F. RGB value is (164,35,47). Sum of RGB (Red+Green+Blue) = 164+35+47=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A4232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4232F is #5BDCD0. Grayscale: #4B4B4B. Windows color (decimal): -6020305 or 3089316. OLE color: 3089316.

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

Color convert

RGB 164 35 47 -
CMYK 0 0.79 0.71 0.36
HSL 354.42º 0.65% 0.39% -
HSV(B) 354.42º 0.79% 0.64% -
XYZ 16.42 9.3 3.62 -
YUV 74.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 164 35 47 0 0.79 0.71 0.36 354.42 0.65 0.39
Hex A4 23 2F 0 4F 47 24 162 41 27
Octal 244 43 57 0 117 107 44 542 101 47
Binary 10100100 100011 101111 0 1001111 1000111 100100 101100010 1000001 100111

Color Harmonies of #A4232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4232F

Black with #A4232F

Text Example


Text Example

White with #A4232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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