Html Css Color HEX #A1282D Guardsman Red

📋 copy color: '#A1282D'

red 161 ◦ green 40 ◦ blue 45

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

Shades of Guardsman Red #A1282D

Tints of Guardsman Red #A1282D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.26%

 BLUE value IS 45 (17.97% from 255) = 18.29%

R = 65.45%
G = 16.26%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A1282D (or 0xA1282D) is known color: Guardsman Red. HEX triplet: A1, 28 and 2D. RGB value is (161,40,45). Sum of RGB (Red+Green+Blue) = 161+40+45=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A1282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1282D is #5ED7D2. Grayscale: #4C4C4C. Windows color (decimal): -6215635 or 2959521. OLE color: 2959521.

HSL color Cylindrical-coordinate representation of color #A1282D: hue angle of 357.52º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1282D is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 40 45 -
CMYK 0 0.75 0.72 0.37
HSL 357.52º 0.6% 0.39% -
HSV(B) 357.52º 0.75% 0.63% -
XYZ 15.93 9.28 3.44 -
YUV 76.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 161 40 45 0 0.75 0.72 0.37 357.52 0.6 0.39
Hex A1 28 2D 0 4B 48 25 166 3C 27
Octal 241 50 55 0 113 110 45 546 74 47
Binary 10100001 101000 101101 0 1001011 1001000 100101 101100110 111100 100111

Color Harmonies of #A1282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1282D

Black with #A1282D

Text Example


Text Example

White with #A1282D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1282D; }

 p { color: rgb(161,40,45); }

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

background-color css

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

 a { background-color: rgb(161,40,45); }

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

border-color css

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

 span { border-color: rgb(161,40,45); }

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