Html Css Color HEX #A33A3E Guardsman Red

📋 copy color: '#A33A3E'

red 163 ◦ green 58 ◦ blue 62

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

Shades of Guardsman Red #A33A3E

Tints of Guardsman Red #A33A3E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.49%

 BLUE value IS 62 (24.61% from 255) = 21.91%

R = 57.6%
G = 20.49%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A33A3E (or 0xA33A3E) is known color: Guardsman Red. HEX triplet: A3, 3A and 3E. RGB value is (163,58,62). Sum of RGB (Red+Green+Blue) = 163+58+62=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33A3E is #5CC5C1. Grayscale: #595959. Windows color (decimal): -6079938 or 4078243. OLE color: 4078243.

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

Color convert

RGB 163 58 62 -
CMYK 0 0.64 0.62 0.36
HSL 357.71º 0.48% 0.43% -
HSV(B) 357.71º 0.64% 0.64% -
XYZ 17.49 11.16 5.79 -
YUV 89.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 163 58 62 0 0.64 0.62 0.36 357.71 0.48 0.43
Hex A3 3A 3E 0 40 3E 24 166 30 2B
Octal 243 72 76 0 100 76 44 546 60 53
Binary 10100011 111010 111110 0 1000000 111110 100100 101100110 110000 101011

Color Harmonies of #A33A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33A3E

Black with #A33A3E

Text Example


Text Example

White with #A33A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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