Html Css Color HEX #A92B30 Guardsman Red

📋 copy color: '#A92B30'

red 169 ◦ green 43 ◦ blue 48

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

Shades of Guardsman Red #A92B30

Tints of Guardsman Red #A92B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.54%

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

R = 65%
G = 16.54%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A92B30 (or 0xA92B30) is known color: Guardsman Red. HEX triplet: A9, 2B and 30. RGB value is (169,43,48). Sum of RGB (Red+Green+Blue) = 169+43+48=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92B30 is #56D4CF. Grayscale: #515151. Windows color (decimal): -5690576 or 3156905. OLE color: 3156905.

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

Color convert

RGB 169 43 48 -
CMYK 0 0.75 0.72 0.34
HSL 357.62º 0.59% 0.42% -
HSV(B) 357.62º 0.75% 0.66% -
XYZ 17.76 10.38 3.86 -
YUV 81.24 109.24 190.59 -
System Red Green Blue C M Y K H S L
Decimal 169 43 48 0 0.75 0.72 0.34 357.62 0.59 0.42
Hex A9 2B 30 0 4B 48 22 166 3B 2A
Octal 251 53 60 0 113 110 42 546 73 52
Binary 10101001 101011 110000 0 1001011 1001000 100010 101100110 111011 101010

Color Harmonies of #A92B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92B30

Black with #A92B30

Text Example


Text Example

White with #A92B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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