Html Css Color HEX #A33336 Guardsman Red

📋 copy color: '#A33336'

red 163 ◦ green 51 ◦ blue 54

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

Shades of Guardsman Red #A33336

Tints of Guardsman Red #A33336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.15%

R = 60.82%
G = 19.03%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A33336 (or 0xA33336) is known color: Guardsman Red. HEX triplet: A3, 33 and 36. RGB value is (163,51,54). Sum of RGB (Red+Green+Blue) = 163+51+54=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A33336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33336 is #5CCCC9. Grayscale: #545454. Windows color (decimal): -6081738 or 3552163. OLE color: 3552163.

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

Color convert

RGB 163 51 54 -
CMYK 0 0.69 0.67 0.36
HSL 358.39º 0.52% 0.42% -
HSV(B) 358.39º 0.69% 0.64% -
XYZ 16.95 10.42 4.61 -
YUV 84.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 163 51 54 0 0.69 0.67 0.36 358.39 0.52 0.42
Hex A3 33 36 0 45 43 24 166 34 2A
Octal 243 63 66 0 105 103 44 546 64 52
Binary 10100011 110011 110110 0 1000101 1000011 100100 101100110 110100 101010

Color Harmonies of #A33336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33336

Black with #A33336

Text Example


Text Example

White with #A33336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33336; }

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

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

background-color css

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

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

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

border-color css

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

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

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