Html Css Color HEX #A4333D Guardsman Red

📋 copy color: '#A4333D'

red 164 ◦ green 51 ◦ blue 61

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

Shades of Guardsman Red #A4333D

Tints of Guardsman Red #A4333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

 BLUE value IS 61 (24.22% from 255) = 22.1%

R = 59.42%
G = 18.48%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4333D (or 0xA4333D) is known color: Guardsman Red. HEX triplet: A4, 33 and 3D. RGB value is (164,51,61). Sum of RGB (Red+Green+Blue) = 164+51+61=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A4333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4333D is #5BCCC2. Grayscale: #555555. Windows color (decimal): -6016195 or 4010916. OLE color: 4010916.

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

Color convert

RGB 164 51 61 -
CMYK 0 0.69 0.63 0.36
HSL 354.69º 0.53% 0.42% -
HSV(B) 354.69º 0.69% 0.64% -
XYZ 17.34 10.6 5.55 -
YUV 85.93 113.94 183.69 -
System Red Green Blue C M Y K H S L
Decimal 164 51 61 0 0.69 0.63 0.36 354.69 0.53 0.42
Hex A4 33 3D 0 45 3F 24 163 35 2A
Octal 244 63 75 0 105 77 44 543 65 52
Binary 10100100 110011 111101 0 1000101 111111 100100 101100011 110101 101010

Color Harmonies of #A4333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4333D

Black with #A4333D

Text Example


Text Example

White with #A4333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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