Html Css Color HEX #A7333C Guardsman Red

📋 copy color: '#A7333C'

red 167 ◦ green 51 ◦ blue 60

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

Shades of Guardsman Red #A7333C

Tints of Guardsman Red #A7333C

RGB

 RED value IS 167 (65.63% from 255) = 60.07%

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

 BLUE value IS 60 (23.83% from 255) = 21.58%

R = 60.07%
G = 18.35%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A7333C (or 0xA7333C) is known color: Guardsman Red. HEX triplet: A7, 33 and 3C. RGB value is (167,51,60). Sum of RGB (Red+Green+Blue) = 167+51+60=278 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.07% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 167 - color contains mainly: red. Hex color #A7333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7333C is #58CCC3. Grayscale: #565656. Windows color (decimal): -5819588 or 3945383. OLE color: 3945383.

HSL color Cylindrical-coordinate representation of color #A7333C: hue angle of 355.34º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7333C is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 51 60 -
CMYK 0 0.69 0.64 0.35
HSL 355.34º 0.53% 0.43% -
HSV(B) 355.34º 0.69% 0.65% -
XYZ 17.94 10.91 5.44 -
YUV 86.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 167 51 60 0 0.69 0.64 0.35 355.34 0.53 0.43
Hex A7 33 3C 0 45 40 23 163 35 2B
Octal 247 63 74 0 105 100 43 543 65 53
Binary 10100111 110011 111100 0 1000101 1000000 100011 101100011 110101 101011

Color Harmonies of #A7333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7333C

Black with #A7333C

Text Example


Text Example

White with #A7333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7333C; }

 p { color: rgb(167,51,60); }

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

background-color css

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

 a { background-color: rgb(167,51,60); }

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

border-color css

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

 span { border-color: rgb(167,51,60); }

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