Html Css Color HEX #A5303F Guardsman Red

📋 copy color: '#A5303F'

red 165 ◦ green 48 ◦ blue 63

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

Shades of Guardsman Red #A5303F

Tints of Guardsman Red #A5303F

RGB

 RED value IS 165 (64.84% from 255) = 59.78%

 GREEN value IS 48 (19.14% from 255) = 17.39%

 BLUE value IS 63 (25% from 255) = 22.83%

R = 59.78%
G = 17.39%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5303F (or 0xA5303F) is known color: Guardsman Red. HEX triplet: A5, 30 and 3F. RGB value is (165,48,63). Sum of RGB (Red+Green+Blue) = 165+48+63=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A5303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5303F is #5ACFC0. Grayscale: #545454. Windows color (decimal): -5951425 or 4141221. OLE color: 4141221.

HSL color Cylindrical-coordinate representation of color #A5303F: hue angle of 352.31º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A5303F is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 48 63 -
CMYK 0 0.71 0.62 0.35
HSL 352.31º 0.55% 0.42% -
HSV(B) 352.31º 0.71% 0.65% -
XYZ 17.47 10.47 5.8 -
YUV 84.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 165 48 63 0 0.71 0.62 0.35 352.31 0.55 0.42
Hex A5 30 3F 0 47 3E 23 160 37 2A
Octal 245 60 77 0 107 76 43 540 67 52
Binary 10100101 110000 111111 0 1000111 111110 100011 101100000 110111 101010

Color Harmonies of #A5303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5303F

Black with #A5303F

Text Example


Text Example

White with #A5303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5303F; }

 p { color: rgb(165,48,63); }

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

background-color css

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

 a { background-color: rgb(165,48,63); }

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

border-color css

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

 span { border-color: rgb(165,48,63); }

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