Html Css Color HEX #A4232A Guardsman Red

📋 copy color: '#A4232A'

red 164 ◦ green 35 ◦ blue 42

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

Shades of Guardsman Red #A4232A

Tints of Guardsman Red #A4232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.43%

R = 68.05%
G = 14.52%
B = 17.43%

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

#A4232A (or 0xA4232A) is known color: Guardsman Red. HEX triplet: A4, 23 and 2A. RGB value is (164,35,42). Sum of RGB (Red+Green+Blue) = 164+35+42=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A4232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4232A is #5BDCD5. Grayscale: #4A4A4A. Windows color (decimal): -6020310 or 2761636. OLE color: 2761636.

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

Color convert

RGB 164 35 42 -
CMYK 0 0.79 0.74 0.36
HSL 356.74º 0.65% 0.39% -
HSV(B) 356.74º 0.79% 0.64% -
XYZ 16.33 9.26 3.12 -
YUV 74.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 164 35 42 0 0.79 0.74 0.36 356.74 0.65 0.39
Hex A4 23 2A 0 4F 4A 24 165 41 27
Octal 244 43 52 0 117 112 44 545 101 47
Binary 10100100 100011 101010 0 1001111 1001010 100100 101100101 1000001 100111

Color Harmonies of #A4232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4232A

Black with #A4232A

Text Example


Text Example

White with #A4232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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