Html Css Color HEX #A42833 Guardsman Red

📋 copy color: '#A42833'

red 164 ◦ green 40 ◦ blue 51

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

Shades of Guardsman Red #A42833

Tints of Guardsman Red #A42833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.69%

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

R = 64.31%
G = 15.69%
B = 20%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A42833 (or 0xA42833) is known color: Guardsman Red. HEX triplet: A4, 28 and 33. RGB value is (164,40,51). Sum of RGB (Red+Green+Blue) = 164+40+51=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A42833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42833 is #5BD7CC. Grayscale: #4E4E4E. Windows color (decimal): -6019021 or 3352740. OLE color: 3352740.

HSL color Cylindrical-coordinate representation of color #A42833: hue angle of 354.68º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42833 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 40 51 -
CMYK 0 0.76 0.69 0.36
HSL 354.68º 0.61% 0.4% -
HSV(B) 354.68º 0.76% 0.64% -
XYZ 16.67 9.65 4.12 -
YUV 78.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 164 40 51 0 0.76 0.69 0.36 354.68 0.61 0.4
Hex A4 28 33 0 4C 45 24 163 3D 28
Octal 244 50 63 0 114 105 44 543 75 50
Binary 10100100 101000 110011 0 1001100 1000101 100100 101100011 111101 101000

Color Harmonies of #A42833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42833

Black with #A42833

Text Example


Text Example

White with #A42833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42833; }

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

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

background-color css

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

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

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

border-color css

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

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

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