Html Css Color HEX #A5232A Guardsman Red

📋 copy color: '#A5232A'

red 165 ◦ green 35 ◦ blue 42

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

Shades of Guardsman Red #A5232A

Tints of Guardsman Red #A5232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.46%

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

R = 68.18%
G = 14.46%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5232A (or 0xA5232A) is known color: Guardsman Red. HEX triplet: A5, 23 and 2A. RGB value is (165,35,42). Sum of RGB (Red+Green+Blue) = 165+35+42=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A5232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5232A is #5ADCD5. Grayscale: #4A4A4A. Windows color (decimal): -5954774 or 2761637. OLE color: 2761637.

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

Color convert

RGB 165 35 42 -
CMYK 0 0.79 0.75 0.35
HSL 356.77º 0.65% 0.39% -
HSV(B) 356.77º 0.79% 0.65% -
XYZ 16.54 9.37 3.13 -
YUV 74.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 165 35 42 0 0.79 0.75 0.35 356.77 0.65 0.39
Hex A5 23 2A 0 4F 4B 23 165 41 27
Octal 245 43 52 0 117 113 43 545 101 47
Binary 10100101 100011 101010 0 1001111 1001011 100011 101100101 1000001 100111

Color Harmonies of #A5232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5232A

Black with #A5232A

Text Example


Text Example

White with #A5232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5232A; }

 p { color: rgb(165,35,42); }

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

background-color css

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

 a { background-color: rgb(165,35,42); }

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

border-color css

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

 span { border-color: rgb(165,35,42); }

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