Html Css Color HEX #A23235 Guardsman Red

📋 copy color: '#A23235'

red 162 ◦ green 50 ◦ blue 53

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

Shades of Guardsman Red #A23235

Tints of Guardsman Red #A23235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20%

R = 61.13%
G = 18.87%
B = 20%

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

#A23235 (or 0xA23235) is known color: Guardsman Red. HEX triplet: A2, 32 and 35. RGB value is (162,50,53). Sum of RGB (Red+Green+Blue) = 162+50+53=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A23235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23235 is #5DCDCA. Grayscale: #535353. Windows color (decimal): -6147531 or 3486370. OLE color: 3486370.

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

Color convert

RGB 162 50 53 -
CMYK 0 0.69 0.67 0.36
HSL 358.39º 0.53% 0.42% -
HSV(B) 358.39º 0.69% 0.64% -
XYZ 16.68 10.22 4.46 -
YUV 83.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 162 50 53 0 0.69 0.67 0.36 358.39 0.53 0.42
Hex A2 32 35 0 45 43 24 166 35 2A
Octal 242 62 65 0 105 103 44 546 65 52
Binary 10100010 110010 110101 0 1000101 1000011 100100 101100110 110101 101010

Color Harmonies of #A23235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23235

Black with #A23235

Text Example


Text Example

White with #A23235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23235; }

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

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

background-color css

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

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

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

border-color css

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

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

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