Html Css Color HEX #A33337 Guardsman Red

📋 copy color: '#A33337'

red 163 ◦ green 51 ◦ blue 55

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

Shades of Guardsman Red #A33337

Tints of Guardsman Red #A33337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.45%

R = 60.59%
G = 18.96%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A33337 (or 0xA33337) is known color: Guardsman Red. HEX triplet: A3, 33 and 37. RGB value is (163,51,55). Sum of RGB (Red+Green+Blue) = 163+51+55=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A33337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33337 is #5CCCC8. Grayscale: #555555. Windows color (decimal): -6081737 or 3617699. OLE color: 3617699.

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

Color convert

RGB 163 51 55 -
CMYK 0 0.69 0.66 0.36
HSL 357.86º 0.52% 0.42% -
HSV(B) 357.86º 0.69% 0.64% -
XYZ 16.98 10.43 4.73 -
YUV 84.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 163 51 55 0 0.69 0.66 0.36 357.86 0.52 0.42
Hex A3 33 37 0 45 42 24 166 34 2A
Octal 243 63 67 0 105 102 44 546 64 52
Binary 10100011 110011 110111 0 1000101 1000010 100100 101100110 110100 101010

Color Harmonies of #A33337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33337

Black with #A33337

Text Example


Text Example

White with #A33337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33337; }

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

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

background-color css

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

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

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

border-color css

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

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

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