Html Css Color HEX #A13235 Guardsman Red

📋 copy color: '#A13235'

red 161 ◦ green 50 ◦ blue 53

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

Shades of Guardsman Red #A13235

Tints of Guardsman Red #A13235

RGB

 RED value IS 161 (63.28% from 255) = 60.98%

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

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

R = 60.98%
G = 18.94%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A13235 (or 0xA13235) is known color: Guardsman Red. HEX triplet: A1, 32 and 35. RGB value is (161,50,53). Sum of RGB (Red+Green+Blue) = 161+50+53=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A13235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13235 is #5ECDCA. Grayscale: #535353. Windows color (decimal): -6213067 or 3486369. OLE color: 3486369.

HSL color Cylindrical-coordinate representation of color #A13235: hue angle of 358.38º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13235 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 50 53 -
CMYK 0 0.69 0.67 0.37
HSL 358.38º 0.53% 0.41% -
HSV(B) 358.38º 0.69% 0.63% -
XYZ 16.48 10.12 4.45 -
YUV 83.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 161 50 53 0 0.69 0.67 0.37 358.38 0.53 0.41
Hex A1 32 35 0 45 43 25 166 35 29
Octal 241 62 65 0 105 103 45 546 65 51
Binary 10100001 110010 110101 0 1000101 1000011 100101 101100110 110101 101001

Color Harmonies of #A13235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13235

Black with #A13235

Text Example


Text Example

White with #A13235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13235; }

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

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

background-color css

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

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

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

border-color css

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

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

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