Html Css Color HEX #A23339 Guardsman Red

📋 copy color: '#A23339'

red 162 ◦ green 51 ◦ blue 57

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

Shades of Guardsman Red #A23339

Tints of Guardsman Red #A23339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

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

R = 60%
G = 18.89%
B = 21.11%

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

#A23339 (or 0xA23339) is known color: Guardsman Red. HEX triplet: A2, 33 and 39. RGB value is (162,51,57). Sum of RGB (Red+Green+Blue) = 162+51+57=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A23339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23339 is #5DCCC6. Grayscale: #545454. Windows color (decimal): -6147271 or 3748770. OLE color: 3748770.

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

Color convert

RGB 162 51 57 -
CMYK 0 0.69 0.65 0.36
HSL 356.76º 0.52% 0.42% -
HSV(B) 356.76º 0.69% 0.64% -
XYZ 16.82 10.34 4.98 -
YUV 84.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 162 51 57 0 0.69 0.65 0.36 356.76 0.52 0.42
Hex A2 33 39 0 45 41 24 165 34 2A
Octal 242 63 71 0 105 101 44 545 64 52
Binary 10100010 110011 111001 0 1000101 1000001 100100 101100101 110100 101010

Color Harmonies of #A23339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23339

Black with #A23339

Text Example


Text Example

White with #A23339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23339; }

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

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

background-color css

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

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

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

border-color css

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

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

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