Html Css Color HEX #A5232D Guardsman Red

📋 copy color: '#A5232D'

red 165 ◦ green 35 ◦ blue 45

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

Shades of Guardsman Red #A5232D

Tints of Guardsman Red #A5232D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.37%

R = 67.35%
G = 14.29%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5232D (or 0xA5232D) is known color: Guardsman Red. HEX triplet: A5, 23 and 2D. RGB value is (165,35,45). Sum of RGB (Red+Green+Blue) = 165+35+45=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A5232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5232D is #5ADCD2. Grayscale: #4B4B4B. Windows color (decimal): -5954771 or 2958245. OLE color: 2958245.

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

Color convert

RGB 165 35 45 -
CMYK 0 0.79 0.73 0.35
HSL 355.38º 0.65% 0.39% -
HSV(B) 355.38º 0.79% 0.65% -
XYZ 16.59 9.39 3.42 -
YUV 75.01 111.07 192.19 -
System Red Green Blue C M Y K H S L
Decimal 165 35 45 0 0.79 0.73 0.35 355.38 0.65 0.39
Hex A5 23 2D 0 4F 49 23 163 41 27
Octal 245 43 55 0 117 111 43 543 101 47
Binary 10100101 100011 101101 0 1001111 1001001 100011 101100011 1000001 100111

Color Harmonies of #A5232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5232D

Black with #A5232D

Text Example


Text Example

White with #A5232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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