Html Css Color HEX #A1232A Guardsman Red

📋 copy color: '#A1232A'

red 161 ◦ green 35 ◦ blue 42

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

Shades of Guardsman Red #A1232A

Tints of Guardsman Red #A1232A

RGB

 RED value IS 161 (63.28% from 255) = 67.65%

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

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

R = 67.65%
G = 14.71%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A1232A (or 0xA1232A) is known color: Guardsman Red. HEX triplet: A1, 23 and 2A. RGB value is (161,35,42). Sum of RGB (Red+Green+Blue) = 161+35+42=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A1232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1232A is #5EDCD5. Grayscale: #494949. Windows color (decimal): -6216918 or 2761633. OLE color: 2761633.

HSL color Cylindrical-coordinate representation of color #A1232A: hue angle of 356.67º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1232A is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 35 42 -
CMYK 0 0.78 0.74 0.37
HSL 356.67º 0.64% 0.38% -
HSV(B) 356.67º 0.78% 0.63% -
XYZ 15.72 8.95 3.09 -
YUV 73.47 110.24 190.43 -
System Red Green Blue C M Y K H S L
Decimal 161 35 42 0 0.78 0.74 0.37 356.67 0.64 0.38
Hex A1 23 2A 0 4E 4A 25 165 40 26
Octal 241 43 52 0 116 112 45 545 100 46
Binary 10100001 100011 101010 0 1001110 1001010 100101 101100101 1000000 100110

Color Harmonies of #A1232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1232A

Black with #A1232A

Text Example


Text Example

White with #A1232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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