Html Css Color HEX #A23840 Guardsman Red

📋 copy color: '#A23840'

red 162 ◦ green 56 ◦ blue 64

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

Shades of Guardsman Red #A23840

Tints of Guardsman Red #A23840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.86%

 BLUE value IS 64 (25.39% from 255) = 22.7%

R = 57.45%
G = 19.86%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A23840 (or 0xA23840) is known color: Guardsman Red. HEX triplet: A2, 38 and 40. RGB value is (162,56,64). Sum of RGB (Red+Green+Blue) = 162+56+64=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A23840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23840 is #5DC7BF. Grayscale: #585858. Windows color (decimal): -6145984 or 4208802. OLE color: 4208802.

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

Color convert

RGB 162 56 64 -
CMYK 0 0.65 0.60 0.36
HSL 355.47º 0.49% 0.43% -
HSV(B) 355.47º 0.65% 0.64% -
XYZ 17.24 10.88 6.04 -
YUV 88.61 114.12 180.35 -
System Red Green Blue C M Y K H S L
Decimal 162 56 64 0 0.65 0.60 0.36 355.47 0.49 0.43
Hex A2 38 40 0 41 3C 24 163 31 2B
Octal 242 70 100 0 101 74 44 543 61 53
Binary 10100010 111000 1000000 0 1000001 111100 100100 101100011 110001 101011

Color Harmonies of #A23840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23840

Black with #A23840

Text Example


Text Example

White with #A23840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23840; }

 p { color: rgb(162,56,64); }

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

background-color css

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

 a { background-color: rgb(162,56,64); }

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

border-color css

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

 span { border-color: rgb(162,56,64); }

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