Html Css Color HEX #A1333F Guardsman Red

📋 copy color: '#A1333F'

red 161 ◦ green 51 ◦ blue 63

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

Shades of Guardsman Red #A1333F

Tints of Guardsman Red #A1333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.91%

R = 58.55%
G = 18.55%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1333F (or 0xA1333F) is known color: Guardsman Red. HEX triplet: A1, 33 and 3F. RGB value is (161,51,63). Sum of RGB (Red+Green+Blue) = 161+51+63=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A1333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1333F is #5ECCC0. Grayscale: #555555. Windows color (decimal): -6212801 or 4141985. OLE color: 4141985.

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

Color convert

RGB 161 51 63 -
CMYK 0 0.68 0.61 0.37
HSL 353.45º 0.52% 0.42% -
HSV(B) 353.45º 0.68% 0.63% -
XYZ 16.78 10.3 5.81 -
YUV 85.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 161 51 63 0 0.68 0.61 0.37 353.45 0.52 0.42
Hex A1 33 3F 0 44 3D 25 161 34 2A
Octal 241 63 77 0 104 75 45 541 64 52
Binary 10100001 110011 111111 0 1000100 111101 100101 101100001 110100 101010

Color Harmonies of #A1333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1333F

Black with #A1333F

Text Example


Text Example

White with #A1333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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