Html Css Color HEX #A23539 Guardsman Red

📋 copy color: '#A23539'

red 162 ◦ green 53 ◦ blue 57

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

Shades of Guardsman Red #A23539

Tints of Guardsman Red #A23539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.49%

 BLUE value IS 57 (22.66% from 255) = 20.96%

R = 59.56%
G = 19.49%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A23539 (or 0xA23539) is known color: Guardsman Red. HEX triplet: A2, 35 and 39. RGB value is (162,53,57). Sum of RGB (Red+Green+Blue) = 162+53+57=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A23539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23539 is #5DCAC6. Grayscale: #565656. Windows color (decimal): -6146759 or 3749282. OLE color: 3749282.

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

Color convert

RGB 162 53 57 -
CMYK 0 0.67 0.65 0.36
HSL 357.8º 0.51% 0.42% -
HSV(B) 357.8º 0.67% 0.64% -
XYZ 16.91 10.52 5.01 -
YUV 86.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 162 53 57 0 0.67 0.65 0.36 357.8 0.51 0.42
Hex A2 35 39 0 43 41 24 166 33 2A
Octal 242 65 71 0 103 101 44 546 63 52
Binary 10100010 110101 111001 0 1000011 1000001 100100 101100110 110011 101010

Color Harmonies of #A23539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23539

Black with #A23539

Text Example


Text Example

White with #A23539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23539; }

 p { color: rgb(162,53,57); }

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

background-color css

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

 a { background-color: rgb(162,53,57); }

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

border-color css

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

 span { border-color: rgb(162,53,57); }

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