Html Css Color HEX #A3242B Guardsman Red

📋 copy color: '#A3242B'

red 163 ◦ green 36 ◦ blue 43

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

Shades of Guardsman Red #A3242B

Tints of Guardsman Red #A3242B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.77%

R = 67.36%
G = 14.88%
B = 17.77%

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

#A3242B (or 0xA3242B) is known color: Guardsman Red. HEX triplet: A3, 24 and 2B. RGB value is (163,36,43). Sum of RGB (Red+Green+Blue) = 163+36+43=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A3242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3242B is #5CDBD4. Grayscale: #4A4A4A. Windows color (decimal): -6085589 or 2827427. OLE color: 2827427.

HSL color Cylindrical-coordinate representation of color #A3242B: hue angle of 356.69º 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 #A3242B is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 36 43 -
CMYK 0 0.78 0.74 0.36
HSL 356.69º 0.64% 0.39% -
HSV(B) 356.69º 0.78% 0.64% -
XYZ 16.17 9.22 3.21 -
YUV 74.77 110.08 190.93 -
System Red Green Blue C M Y K H S L
Decimal 163 36 43 0 0.78 0.74 0.36 356.69 0.64 0.39
Hex A3 24 2B 0 4E 4A 24 165 40 27
Octal 243 44 53 0 116 112 44 545 100 47
Binary 10100011 100100 101011 0 1001110 1001010 100100 101100101 1000000 100111

Color Harmonies of #A3242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3242B

Black with #A3242B

Text Example


Text Example

White with #A3242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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