Html Css Color HEX #A5232E Guardsman Red

📋 copy color: '#A5232E'

red 165 ◦ green 35 ◦ blue 46

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

Shades of Guardsman Red #A5232E

Tints of Guardsman Red #A5232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.7%

R = 67.07%
G = 14.23%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A5232E (or 0xA5232E) is known color: Guardsman Red. HEX triplet: A5, 23 and 2E. RGB value is (165,35,46). Sum of RGB (Red+Green+Blue) = 165+35+46=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A5232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5232E is #5ADCD1. Grayscale: #4B4B4B. Windows color (decimal): -5954770 or 3023781. OLE color: 3023781.

HSL color Cylindrical-coordinate representation of color #A5232E: hue angle of 354.92º 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 #A5232E is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 35 46 -
CMYK 0 0.79 0.72 0.35
HSL 354.92º 0.65% 0.39% -
HSV(B) 354.92º 0.79% 0.65% -
XYZ 16.61 9.4 3.52 -
YUV 75.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 165 35 46 0 0.79 0.72 0.35 354.92 0.65 0.39
Hex A5 23 2E 0 4F 48 23 163 41 27
Octal 245 43 56 0 117 110 43 543 101 47
Binary 10100101 100011 101110 0 1001111 1001000 100011 101100011 1000001 100111

Color Harmonies of #A5232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5232E

Black with #A5232E

Text Example


Text Example

White with #A5232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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