Html Css Color HEX #A43437 Guardsman Red

📋 copy color: '#A43437'

red 164 ◦ green 52 ◦ blue 55

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

Shades of Guardsman Red #A43437

Tints of Guardsman Red #A43437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

 BLUE value IS 55 (21.88% from 255) = 20.3%

R = 60.52%
G = 19.19%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A43437 (or 0xA43437) is known color: Guardsman Red. HEX triplet: A4, 34 and 37. RGB value is (164,52,55). Sum of RGB (Red+Green+Blue) = 164+52+55=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A43437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43437 is #5BCBC8. Grayscale: #555555. Windows color (decimal): -6015945 or 3617956. OLE color: 3617956.

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

Color convert

RGB 164 52 55 -
CMYK 0 0.68 0.66 0.36
HSL 358.39º 0.52% 0.42% -
HSV(B) 358.39º 0.68% 0.64% -
XYZ 17.23 10.62 4.76 -
YUV 85.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 164 52 55 0 0.68 0.66 0.36 358.39 0.52 0.42
Hex A4 34 37 0 44 42 24 166 34 2A
Octal 244 64 67 0 104 102 44 546 64 52
Binary 10100100 110100 110111 0 1000100 1000010 100100 101100110 110100 101010

Color Harmonies of #A43437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43437

Black with #A43437

Text Example


Text Example

White with #A43437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43437; }

 p { color: rgb(164,52,55); }

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

background-color css

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

 a { background-color: rgb(164,52,55); }

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

border-color css

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

 span { border-color: rgb(164,52,55); }

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