Html Css Color HEX #A23A3C Guardsman Red

📋 copy color: '#A23A3C'

red 162 ◦ green 58 ◦ blue 60

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

Shades of Guardsman Red #A23A3C

Tints of Guardsman Red #A23A3C

RGB

 RED value IS 162 (63.67% from 255) = 57.86%

 GREEN value IS 58 (23.05% from 255) = 20.71%

 BLUE value IS 60 (23.83% from 255) = 21.43%

R = 57.86%
G = 20.71%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A23A3C (or 0xA23A3C) is known color: Guardsman Red. HEX triplet: A2, 3A and 3C. RGB value is (162,58,60). Sum of RGB (Red+Green+Blue) = 162+58+60=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A3C is #5DC5C3. Grayscale: #595959. Windows color (decimal): -6145476 or 3947170. OLE color: 3947170.

HSL color Cylindrical-coordinate representation of color #A23A3C: hue angle of 358.85º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23A3C is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 58 60 -
CMYK 0 0.64 0.63 0.36
HSL 358.85º 0.47% 0.43% -
HSV(B) 358.85º 0.64% 0.64% -
XYZ 17.23 11.03 5.5 -
YUV 89.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 162 58 60 0 0.64 0.63 0.36 358.85 0.47 0.43
Hex A2 3A 3C 0 40 3F 24 167 2F 2B
Octal 242 72 74 0 100 77 44 547 57 53
Binary 10100010 111010 111100 0 1000000 111111 100100 101100111 101111 101011

Color Harmonies of #A23A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23A3C

Black with #A23A3C

Text Example


Text Example

White with #A23A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23A3C; }

 p { color: rgb(162,58,60); }

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

background-color css

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

 a { background-color: rgb(162,58,60); }

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

border-color css

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

 span { border-color: rgb(162,58,60); }

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