Html Css Color HEX #A33538 Guardsman Red

📋 copy color: '#A33538'

red 163 ◦ green 53 ◦ blue 56

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

Shades of Guardsman Red #A33538

Tints of Guardsman Red #A33538

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.49%

 BLUE value IS 56 (22.27% from 255) = 20.59%

R = 59.93%
G = 19.49%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A33538 (or 0xA33538) is known color: Guardsman Red. HEX triplet: A3, 35 and 38. RGB value is (163,53,56). Sum of RGB (Red+Green+Blue) = 163+53+56=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A33538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33538 is #5CCAC7. Grayscale: #565656. Windows color (decimal): -6081224 or 3683747. OLE color: 3683747.

HSL color Cylindrical-coordinate representation of color #A33538: hue angle of 358.36º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33538 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 53 56 -
CMYK 0 0.67 0.66 0.36
HSL 358.36º 0.51% 0.42% -
HSV(B) 358.36º 0.67% 0.64% -
XYZ 17.09 10.62 4.89 -
YUV 86.23 110.94 182.76 -
System Red Green Blue C M Y K H S L
Decimal 163 53 56 0 0.67 0.66 0.36 358.36 0.51 0.42
Hex A3 35 38 0 43 42 24 166 33 2A
Octal 243 65 70 0 103 102 44 546 63 52
Binary 10100011 110101 111000 0 1000011 1000010 100100 101100110 110011 101010

Color Harmonies of #A33538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33538

Black with #A33538

Text Example


Text Example

White with #A33538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33538; }

 p { color: rgb(163,53,56); }

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

background-color css

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

 a { background-color: rgb(163,53,56); }

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

border-color css

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

 span { border-color: rgb(163,53,56); }

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