#A91B1F

Color #A91B1F Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #A91B1F

Tints of Guardsman Red #A91B1F

Color information

#A91B1F (or 0xA91B1F) is unknown color: approx Guardsman Red. HEX triplet: A9, 1B and 1F. RGB value is (169,27,31). Sum of RGB (Red+Green+Blue) = 169+27+31=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91B1F is #56E4E0. Grayscale: #464646. Windows color (decimal): -5694689 or 2038697. OLE color: 2038697.

HSL color Cylindrical-coordinate representation of color #A91B1F: hue angle of 358.31º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91B1F is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB1692731-
CMYK00.840.820.34
HSL358.31º72.45%38.43%-
HSV(B)358.31º84.02%66.27%-
XYZ179.322.2-
YUV69.91106.04198.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 74.45%
GREEN value IS 27 (10.94% from 255) = 11.89%
BLUE value IS 31 (12.5% from 255) = 13.66%
R=74.45%
G=11.89%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169273100.840.820.34358.3172.4538.43
HexA91B1F05452221664826
Octal251333701241224254611046
Binary1010100111011111110101010010100101000101011001101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91B1F; }

 p { color: rgb(169,27,31); }

 H1.HeaderClassName
 {
   color: #A91B1F;
 }
 .AnyTagClassName
 {
   color: #A91B1F;
 }
</style>
background-color css

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

 a { background-color: rgb(169,27,31); }

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

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

 span { border-color: rgb(169,27,31); }

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