Html Css Color HEX #A43233 Guardsman Red

📋 copy color: '#A43233'

red 164 ◦ green 50 ◦ blue 51

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

Shades of Guardsman Red #A43233

Tints of Guardsman Red #A43233

RGB

 RED value IS 164 (64.45% from 255) = 61.89%

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

 BLUE value IS 51 (20.31% from 255) = 19.25%

R = 61.89%
G = 18.87%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A43233 (or 0xA43233) is known color: Guardsman Red. HEX triplet: A4, 32 and 33. RGB value is (164,50,51). Sum of RGB (Red+Green+Blue) = 164+50+51=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A43233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43233 is #5BCDCC. Grayscale: #545454. Windows color (decimal): -6016461 or 3355300. OLE color: 3355300.

HSL color Cylindrical-coordinate representation of color #A43233: hue angle of 359.47º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43233 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 50 51 -
CMYK 0 0.70 0.69 0.36
HSL 359.47º 0.53% 0.42% -
HSV(B) 359.47º 0.7% 0.64% -
XYZ 17.05 10.41 4.24 -
YUV 84.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 164 50 51 0 0.70 0.69 0.36 359.47 0.53 0.42
Hex A4 32 33 0 46 45 24 167 35 2A
Octal 244 62 63 0 106 105 44 547 65 52
Binary 10100100 110010 110011 0 1000110 1000101 100100 101100111 110101 101010

Color Harmonies of #A43233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43233

Black with #A43233

Text Example


Text Example

White with #A43233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43233; }

 p { color: rgb(164,50,51); }

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

background-color css

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

 a { background-color: rgb(164,50,51); }

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

border-color css

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

 span { border-color: rgb(164,50,51); }

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