Html Css Color HEX #A23436 Guardsman Red

📋 copy color: '#A23436'

red 162 ◦ green 52 ◦ blue 54

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

Shades of Guardsman Red #A23436

Tints of Guardsman Red #A23436

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.4%

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

R = 60.45%
G = 19.4%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A23436 (or 0xA23436) is known color: Guardsman Red. HEX triplet: A2, 34 and 36. RGB value is (162,52,54). Sum of RGB (Red+Green+Blue) = 162+52+54=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A23436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23436 is #5DCBC9. Grayscale: #555555. Windows color (decimal): -6147018 or 3552418. OLE color: 3552418.

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

Color convert

RGB 162 52 54 -
CMYK 0 0.68 0.67 0.36
HSL 358.91º 0.51% 0.42% -
HSV(B) 358.91º 0.68% 0.64% -
XYZ 16.79 10.4 4.61 -
YUV 85.12 110.44 182.84 -
System Red Green Blue C M Y K H S L
Decimal 162 52 54 0 0.68 0.67 0.36 358.91 0.51 0.42
Hex A2 34 36 0 44 43 24 167 33 2A
Octal 242 64 66 0 104 103 44 547 63 52
Binary 10100010 110100 110110 0 1000100 1000011 100100 101100111 110011 101010

Color Harmonies of #A23436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23436

Black with #A23436

Text Example


Text Example

White with #A23436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23436; }

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

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

background-color css

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

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

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

border-color css

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

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

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