Html Css Color HEX #A23236 Guardsman Red

📋 copy color: '#A23236'

red 162 ◦ green 50 ◦ blue 54

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

Shades of Guardsman Red #A23236

Tints of Guardsman Red #A23236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.3%

R = 60.9%
G = 18.8%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A23236 (or 0xA23236) is known color: Guardsman Red. HEX triplet: A2, 32 and 36. RGB value is (162,50,54). Sum of RGB (Red+Green+Blue) = 162+50+54=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A23236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23236 is #5DCDC9. Grayscale: #545454. Windows color (decimal): -6147530 or 3551906. OLE color: 3551906.

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

Color convert

RGB 162 50 54 -
CMYK 0 0.69 0.67 0.36
HSL 357.86º 0.53% 0.42% -
HSV(B) 357.86º 0.69% 0.64% -
XYZ 16.71 10.23 4.58 -
YUV 83.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 162 50 54 0 0.69 0.67 0.36 357.86 0.53 0.42
Hex A2 32 36 0 45 43 24 166 35 2A
Octal 242 62 66 0 105 103 44 546 65 52
Binary 10100010 110010 110110 0 1000101 1000011 100100 101100110 110101 101010

Color Harmonies of #A23236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23236

Black with #A23236

Text Example


Text Example

White with #A23236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23236; }

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

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

background-color css

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

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

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

border-color css

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

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

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