Html Css Color HEX #A23A3D Guardsman Red

📋 copy color: '#A23A3D'

red 162 ◦ green 58 ◦ blue 61

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

Shades of Guardsman Red #A23A3D

Tints of Guardsman Red #A23A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.71%

R = 57.65%
G = 20.64%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A23A3D (or 0xA23A3D) is known color: Guardsman Red. HEX triplet: A2, 3A and 3D. RGB value is (162,58,61). Sum of RGB (Red+Green+Blue) = 162+58+61=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A3D is #5DC5C2. Grayscale: #595959. Windows color (decimal): -6145475 or 4012706. OLE color: 4012706.

HSL color Cylindrical-coordinate representation of color #A23A3D: hue angle of 358.27º 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 #A23A3D is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 58 61 -
CMYK 0 0.64 0.62 0.36
HSL 358.27º 0.47% 0.43% -
HSV(B) 358.27º 0.64% 0.64% -
XYZ 17.26 11.04 5.64 -
YUV 89.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 162 58 61 0 0.64 0.62 0.36 358.27 0.47 0.43
Hex A2 3A 3D 0 40 3E 24 166 2F 2B
Octal 242 72 75 0 100 76 44 546 57 53
Binary 10100010 111010 111101 0 1000000 111110 100100 101100110 101111 101011

Color Harmonies of #A23A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23A3D

Black with #A23A3D

Text Example


Text Example

White with #A23A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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