Html Css Color HEX #A42632 Guardsman Red

📋 copy color: '#A42632'

red 164 ◦ green 38 ◦ blue 50

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

Shades of Guardsman Red #A42632

Tints of Guardsman Red #A42632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.08%

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 65.08%
G = 15.08%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A42632 (or 0xA42632) is known color: Guardsman Red. HEX triplet: A4, 26 and 32. RGB value is (164,38,50). Sum of RGB (Red+Green+Blue) = 164+38+50=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A42632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42632 is #5BD9CD. Grayscale: #4D4D4D. Windows color (decimal): -6019534 or 3286692. OLE color: 3286692.

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

Color convert

RGB 164 38 50 -
CMYK 0 0.77 0.70 0.36
HSL 354.29º 0.62% 0.4% -
HSV(B) 354.29º 0.77% 0.64% -
XYZ 16.58 9.51 3.98 -
YUV 77.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 164 38 50 0 0.77 0.70 0.36 354.29 0.62 0.4
Hex A4 26 32 0 4D 46 24 162 3E 28
Octal 244 46 62 0 115 106 44 542 76 50
Binary 10100100 100110 110010 0 1001101 1000110 100100 101100010 111110 101000

Color Harmonies of #A42632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42632

Black with #A42632

Text Example


Text Example

White with #A42632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42632; }

 p { color: rgb(164,38,50); }

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

background-color css

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

 a { background-color: rgb(164,38,50); }

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

border-color css

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

 span { border-color: rgb(164,38,50); }

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