Html Css Color HEX #A33234 Guardsman Red

📋 copy color: '#A33234'

red 163 ◦ green 50 ◦ blue 52

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

Shades of Guardsman Red #A33234

Tints of Guardsman Red #A33234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.87%

 BLUE value IS 52 (20.7% from 255) = 19.62%

R = 61.51%
G = 18.87%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A33234 (or 0xA33234) is known color: Guardsman Red. HEX triplet: A3, 32 and 34. RGB value is (163,50,52). Sum of RGB (Red+Green+Blue) = 163+50+52=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A33234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33234 is #5CCDCB. Grayscale: #545454. Windows color (decimal): -6081996 or 3420835. OLE color: 3420835.

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

Color convert

RGB 163 50 52 -
CMYK 0 0.69 0.68 0.36
HSL 358.94º 0.53% 0.42% -
HSV(B) 358.94º 0.69% 0.64% -
XYZ 16.86 10.32 4.35 -
YUV 84.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 163 50 52 0 0.69 0.68 0.36 358.94 0.53 0.42
Hex A3 32 34 0 45 44 24 167 35 2A
Octal 243 62 64 0 105 104 44 547 65 52
Binary 10100011 110010 110100 0 1000101 1000100 100100 101100111 110101 101010

Color Harmonies of #A33234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33234

Black with #A33234

Text Example


Text Example

White with #A33234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33234; }

 p { color: rgb(163,50,52); }

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

background-color css

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

 a { background-color: rgb(163,50,52); }

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

border-color css

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

 span { border-color: rgb(163,50,52); }

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