Html Css Color HEX #A42630 Guardsman Red

📋 copy color: '#A42630'

red 164 ◦ green 38 ◦ blue 48

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

Shades of Guardsman Red #A42630

Tints of Guardsman Red #A42630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.2%

 BLUE value IS 48 (19.14% from 255) = 19.2%

R = 65.6%
G = 15.2%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A42630 (or 0xA42630) is known color: Guardsman Red. HEX triplet: A4, 26 and 30. RGB value is (164,38,48). Sum of RGB (Red+Green+Blue) = 164+38+48=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A42630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42630 is #5BD9CF. Grayscale: #4C4C4C. Windows color (decimal): -6019536 or 3155620. OLE color: 3155620.

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

Color convert

RGB 164 38 48 -
CMYK 0 0.77 0.71 0.36
HSL 355.24º 0.62% 0.4% -
HSV(B) 355.24º 0.77% 0.64% -
XYZ 16.54 9.49 3.76 -
YUV 76.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 164 38 48 0 0.77 0.71 0.36 355.24 0.62 0.4
Hex A4 26 30 0 4D 47 24 163 3E 28
Octal 244 46 60 0 115 107 44 543 76 50
Binary 10100100 100110 110000 0 1001101 1000111 100100 101100011 111110 101000

Color Harmonies of #A42630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42630

Black with #A42630

Text Example


Text Example

White with #A42630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42630; }

 p { color: rgb(164,38,48); }

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

background-color css

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

 a { background-color: rgb(164,38,48); }

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

border-color css

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

 span { border-color: rgb(164,38,48); }

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