Html Css Color HEX #A12833 Guardsman Red

📋 copy color: '#A12833'

red 161 ◦ green 40 ◦ blue 51

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

Shades of Guardsman Red #A12833

Tints of Guardsman Red #A12833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 63.89%
G = 15.87%
B = 20.24%

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

#A12833 (or 0xA12833) is known color: Guardsman Red. HEX triplet: A1, 28 and 33. RGB value is (161,40,51). Sum of RGB (Red+Green+Blue) = 161+40+51=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A12833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12833 is #5ED7CC. Grayscale: #4D4D4D. Windows color (decimal): -6215629 or 3352737. OLE color: 3352737.

HSL color Cylindrical-coordinate representation of color #A12833: hue angle of 354.55º 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 #A12833 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 40 51 -
CMYK 0 0.75 0.68 0.37
HSL 354.55º 0.6% 0.39% -
HSV(B) 354.55º 0.75% 0.63% -
XYZ 16.05 9.33 4.09 -
YUV 77.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 161 40 51 0 0.75 0.68 0.37 354.55 0.6 0.39
Hex A1 28 33 0 4B 44 25 163 3C 27
Octal 241 50 63 0 113 104 45 543 74 47
Binary 10100001 101000 110011 0 1001011 1000100 100101 101100011 111100 100111

Color Harmonies of #A12833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12833

Black with #A12833

Text Example


Text Example

White with #A12833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12833; }

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

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

background-color css

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

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

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

border-color css

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

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

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