Html Css Color HEX #A33B3C Guardsman Red

📋 copy color: '#A33B3C'

red 163 ◦ green 59 ◦ blue 60

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

Shades of Guardsman Red #A33B3C

Tints of Guardsman Red #A33B3C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.92%

 BLUE value IS 60 (23.83% from 255) = 21.28%

R = 57.8%
G = 20.92%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A33B3C (or 0xA33B3C) is known color: Guardsman Red. HEX triplet: A3, 3B and 3C. RGB value is (163,59,60). Sum of RGB (Red+Green+Blue) = 163+59+60=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33B3C is #5CC4C3. Grayscale: #5A5A5A. Windows color (decimal): -6079684 or 3947427. OLE color: 3947427.

HSL color Cylindrical-coordinate representation of color #A33B3C: hue angle of 359.42º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33B3C is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 59 60 -
CMYK 0 0.64 0.63 0.36
HSL 359.42º 0.47% 0.44% -
HSV(B) 359.42º 0.64% 0.64% -
XYZ 17.48 11.24 5.52 -
YUV 90.21 110.96 179.92 -
System Red Green Blue C M Y K H S L
Decimal 163 59 60 0 0.64 0.63 0.36 359.42 0.47 0.44
Hex A3 3B 3C 0 40 3F 24 167 2F 2C
Octal 243 73 74 0 100 77 44 547 57 54
Binary 10100011 111011 111100 0 1000000 111111 100100 101100111 101111 101100

Color Harmonies of #A33B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33B3C

Black with #A33B3C

Text Example


Text Example

White with #A33B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33B3C; }

 p { color: rgb(163,59,60); }

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

background-color css

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

 a { background-color: rgb(163,59,60); }

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

border-color css

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

 span { border-color: rgb(163,59,60); }

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