Html Css Color HEX #A12834 Guardsman Red

📋 copy color: '#A12834'

red 161 ◦ green 40 ◦ blue 52

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

Shades of Guardsman Red #A12834

Tints of Guardsman Red #A12834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

 BLUE value IS 52 (20.7% from 255) = 20.55%

R = 63.64%
G = 15.81%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A12834 (or 0xA12834) is known color: Guardsman Red. HEX triplet: A1, 28 and 34. RGB value is (161,40,52). Sum of RGB (Red+Green+Blue) = 161+40+52=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A12834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12834 is #5ED7CB. Grayscale: #4D4D4D. Windows color (decimal): -6215628 or 3418273. OLE color: 3418273.

HSL color Cylindrical-coordinate representation of color #A12834: hue angle of 354.05º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12834 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 40 52 -
CMYK 0 0.75 0.68 0.37
HSL 354.05º 0.6% 0.39% -
HSV(B) 354.05º 0.75% 0.63% -
XYZ 16.08 9.34 4.2 -
YUV 77.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 161 40 52 0 0.75 0.68 0.37 354.05 0.6 0.39
Hex A1 28 34 0 4B 44 25 162 3C 27
Octal 241 50 64 0 113 104 45 542 74 47
Binary 10100001 101000 110100 0 1001011 1000100 100101 101100010 111100 100111

Color Harmonies of #A12834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12834

Black with #A12834

Text Example


Text Example

White with #A12834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12834; }

 p { color: rgb(161,40,52); }

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

background-color css

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

 a { background-color: rgb(161,40,52); }

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

border-color css

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

 span { border-color: rgb(161,40,52); }

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