Html Css Color HEX #A92730 Guardsman Red

📋 copy color: '#A92730'

red 169 ◦ green 39 ◦ blue 48

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

Shades of Guardsman Red #A92730

Tints of Guardsman Red #A92730

RGB

 RED value IS 169 (66.41% from 255) = 66.02%

 GREEN value IS 39 (15.63% from 255) = 15.23%

 BLUE value IS 48 (19.14% from 255) = 18.75%

R = 66.02%
G = 15.23%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A92730 (or 0xA92730) is known color: Guardsman Red. HEX triplet: A9, 27 and 30. RGB value is (169,39,48). Sum of RGB (Red+Green+Blue) = 169+39+48=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A92730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92730 is #56D8CF. Grayscale: #4E4E4E. Windows color (decimal): -5691600 or 3155881. OLE color: 3155881.

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

Color convert

RGB 169 39 48 -
CMYK 0 0.77 0.72 0.34
HSL 355.85º 0.63% 0.41% -
HSV(B) 355.85º 0.77% 0.66% -
XYZ 17.62 10.1 3.82 -
YUV 78.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 169 39 48 0 0.77 0.72 0.34 355.85 0.63 0.41
Hex A9 27 30 0 4D 48 22 164 3E 29
Octal 251 47 60 0 115 110 42 544 76 51
Binary 10101001 100111 110000 0 1001101 1001000 100010 101100100 111110 101001

Color Harmonies of #A92730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92730

Black with #A92730

Text Example


Text Example

White with #A92730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92730; }

 p { color: rgb(169,39,48); }

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

background-color css

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

 a { background-color: rgb(169,39,48); }

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

border-color css

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

 span { border-color: rgb(169,39,48); }

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