Html Css Color HEX #A23238 Guardsman Red

📋 copy color: '#A23238'

red 162 ◦ green 50 ◦ blue 56

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

Shades of Guardsman Red #A23238

Tints of Guardsman Red #A23238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

 BLUE value IS 56 (22.27% from 255) = 20.9%

R = 60.45%
G = 18.66%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A23238 (or 0xA23238) is known color: Guardsman Red. HEX triplet: A2, 32 and 38. RGB value is (162,50,56). Sum of RGB (Red+Green+Blue) = 162+50+56=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A23238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23238 is #5DCDC7. Grayscale: #545454. Windows color (decimal): -6147528 or 3682978. OLE color: 3682978.

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

Color convert

RGB 162 50 56 -
CMYK 0 0.69 0.65 0.36
HSL 356.79º 0.53% 0.42% -
HSV(B) 356.79º 0.69% 0.64% -
XYZ 16.75 10.25 4.84 -
YUV 84.17 112.11 183.51 -
System Red Green Blue C M Y K H S L
Decimal 162 50 56 0 0.69 0.65 0.36 356.79 0.53 0.42
Hex A2 32 38 0 45 41 24 165 35 2A
Octal 242 62 70 0 105 101 44 545 65 52
Binary 10100010 110010 111000 0 1000101 1000001 100100 101100101 110101 101010

Color Harmonies of #A23238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23238

Black with #A23238

Text Example


Text Example

White with #A23238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23238; }

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

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

background-color css

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

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

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

border-color css

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

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

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