Html Css Color HEX #A8242B Guardsman Red

📋 copy color: '#A8242B'

red 168 ◦ green 36 ◦ blue 43

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

Shades of Guardsman Red #A8242B

Tints of Guardsman Red #A8242B

RGB

 RED value IS 168 (66.02% from 255) = 68.02%

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

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

R = 68.02%
G = 14.57%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8242B (or 0xA8242B) is known color: Guardsman Red. HEX triplet: A8, 24 and 2B. RGB value is (168,36,43). Sum of RGB (Red+Green+Blue) = 168+36+43=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A8242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8242B is #57DBD4. Grayscale: #4C4C4C. Windows color (decimal): -5757909 or 2827432. OLE color: 2827432.

HSL color Cylindrical-coordinate representation of color #A8242B: hue angle of 356.82º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8242B is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 36 43 -
CMYK 0 0.79 0.74 0.34
HSL 356.82º 0.65% 0.4% -
HSV(B) 356.82º 0.79% 0.66% -
XYZ 17.22 9.76 3.26 -
YUV 76.27 109.23 193.43 -
System Red Green Blue C M Y K H S L
Decimal 168 36 43 0 0.79 0.74 0.34 356.82 0.65 0.4
Hex A8 24 2B 0 4F 4A 22 165 41 28
Octal 250 44 53 0 117 112 42 545 101 50
Binary 10101000 100100 101011 0 1001111 1001010 100010 101100101 1000001 101000

Color Harmonies of #A8242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8242B

Black with #A8242B

Text Example


Text Example

White with #A8242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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