Html Css Color HEX #A3242A Guardsman Red

📋 copy color: '#A3242A'

red 163 ◦ green 36 ◦ blue 42

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

Shades of Guardsman Red #A3242A

Tints of Guardsman Red #A3242A

RGB

 RED value IS 163 (64.06% from 255) = 67.63%

 GREEN value IS 36 (14.45% from 255) = 14.94%

 BLUE value IS 42 (16.8% from 255) = 17.43%

R = 67.63%
G = 14.94%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3242A (or 0xA3242A) is known color: Guardsman Red. HEX triplet: A3, 24 and 2A. RGB value is (163,36,42). Sum of RGB (Red+Green+Blue) = 163+36+42=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A3242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3242A is #5CDBD5. Grayscale: #4A4A4A. Windows color (decimal): -6085590 or 2761891. OLE color: 2761891.

HSL color Cylindrical-coordinate representation of color #A3242A: hue angle of 357.17º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A3242A is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 36 42 -
CMYK 0 0.78 0.74 0.36
HSL 357.17º 0.64% 0.39% -
HSV(B) 357.17º 0.78% 0.64% -
XYZ 16.15 9.22 3.12 -
YUV 74.66 109.58 191.01 -
System Red Green Blue C M Y K H S L
Decimal 163 36 42 0 0.78 0.74 0.36 357.17 0.64 0.39
Hex A3 24 2A 0 4E 4A 24 165 40 27
Octal 243 44 52 0 116 112 44 545 100 47
Binary 10100011 100100 101010 0 1001110 1001010 100100 101100101 1000000 100111

Color Harmonies of #A3242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3242A

Black with #A3242A

Text Example


Text Example

White with #A3242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3242A; }

 p { color: rgb(163,36,42); }

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

background-color css

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

 a { background-color: rgb(163,36,42); }

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

border-color css

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

 span { border-color: rgb(163,36,42); }

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