Html Css Color HEX #A3333A Guardsman Red

📋 copy color: '#A3333A'

red 163 ◦ green 51 ◦ blue 58

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

Shades of Guardsman Red #A3333A

Tints of Guardsman Red #A3333A

RGB

 RED value IS 163 (64.06% from 255) = 59.93%

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

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 59.93%
G = 18.75%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3333A (or 0xA3333A) is known color: Guardsman Red. HEX triplet: A3, 33 and 3A. RGB value is (163,51,58). Sum of RGB (Red+Green+Blue) = 163+51+58=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A3333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3333A is #5CCCC5. Grayscale: #555555. Windows color (decimal): -6081734 or 3814307. OLE color: 3814307.

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

Color convert

RGB 163 51 58 -
CMYK 0 0.69 0.64 0.36
HSL 356.25º 0.52% 0.42% -
HSV(B) 356.25º 0.69% 0.64% -
XYZ 17.05 10.46 5.12 -
YUV 85.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 163 51 58 0 0.69 0.64 0.36 356.25 0.52 0.42
Hex A3 33 3A 0 45 40 24 164 34 2A
Octal 243 63 72 0 105 100 44 544 64 52
Binary 10100011 110011 111010 0 1000101 1000000 100100 101100100 110100 101010

Color Harmonies of #A3333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3333A

Black with #A3333A

Text Example


Text Example

White with #A3333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3333A; }

 p { color: rgb(163,51,58); }

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

background-color css

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

 a { background-color: rgb(163,51,58); }

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

border-color css

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

 span { border-color: rgb(163,51,58); }

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