Html Css Color HEX #A4303F Guardsman Red

📋 copy color: '#A4303F'

red 164 ◦ green 48 ◦ blue 63

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

Shades of Guardsman Red #A4303F

Tints of Guardsman Red #A4303F

RGB

 RED value IS 164 (64.45% from 255) = 59.64%

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

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

R = 59.64%
G = 17.45%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4303F (or 0xA4303F) is known color: Guardsman Red. HEX triplet: A4, 30 and 3F. RGB value is (164,48,63). Sum of RGB (Red+Green+Blue) = 164+48+63=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A4303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4303F is #5BCFC0. Grayscale: #545454. Windows color (decimal): -6016961 or 4141220. OLE color: 4141220.

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

Color convert

RGB 164 48 63 -
CMYK 0 0.71 0.62 0.36
HSL 352.24º 0.55% 0.42% -
HSV(B) 352.24º 0.71% 0.64% -
XYZ 17.26 10.37 5.79 -
YUV 84.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 164 48 63 0 0.71 0.62 0.36 352.24 0.55 0.42
Hex A4 30 3F 0 47 3E 24 160 37 2A
Octal 244 60 77 0 107 76 44 540 67 52
Binary 10100100 110000 111111 0 1000111 111110 100100 101100000 110111 101010

Color Harmonies of #A4303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4303F

Black with #A4303F

Text Example


Text Example

White with #A4303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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