Html Css Color HEX #A5242B Guardsman Red

📋 copy color: '#A5242B'

red 165 ◦ green 36 ◦ blue 43

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

Shades of Guardsman Red #A5242B

Tints of Guardsman Red #A5242B

RGB

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

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

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

R = 67.62%
G = 14.75%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5242B (or 0xA5242B) is known color: Guardsman Red. HEX triplet: A5, 24 and 2B. RGB value is (165,36,43). Sum of RGB (Red+Green+Blue) = 165+36+43=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A5242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5242B is #5ADBD4. Grayscale: #4B4B4B. Windows color (decimal): -5954517 or 2827429. OLE color: 2827429.

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

Color convert

RGB 165 36 43 -
CMYK 0 0.78 0.74 0.35
HSL 356.74º 0.64% 0.39% -
HSV(B) 356.74º 0.78% 0.65% -
XYZ 16.58 9.44 3.23 -
YUV 75.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 165 36 43 0 0.78 0.74 0.35 356.74 0.64 0.39
Hex A5 24 2B 0 4E 4A 23 165 40 27
Octal 245 44 53 0 116 112 43 545 100 47
Binary 10100101 100100 101011 0 1001110 1001010 100011 101100101 1000000 100111

Color Harmonies of #A5242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5242B

Black with #A5242B

Text Example


Text Example

White with #A5242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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