Html Css Color HEX #A32430 Guardsman Red

📋 copy color: '#A32430'

red 163 ◦ green 36 ◦ blue 48

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

Shades of Guardsman Red #A32430

Tints of Guardsman Red #A32430

RGB

 RED value IS 163 (64.06% from 255) = 65.99%

 GREEN value IS 36 (14.45% from 255) = 14.57%

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

R = 65.99%
G = 14.57%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A32430 (or 0xA32430) is known color: Guardsman Red. HEX triplet: A3, 24 and 30. RGB value is (163,36,48). Sum of RGB (Red+Green+Blue) = 163+36+48=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A32430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32430 is #5CDBCF. Grayscale: #4B4B4B. Windows color (decimal): -6085584 or 3155107. OLE color: 3155107.

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

Color convert

RGB 163 36 48 -
CMYK 0 0.78 0.71 0.36
HSL 354.33º 0.64% 0.39% -
HSV(B) 354.33º 0.78% 0.64% -
XYZ 16.27 9.26 3.73 -
YUV 75.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 163 36 48 0 0.78 0.71 0.36 354.33 0.64 0.39
Hex A3 24 30 0 4E 47 24 162 40 27
Octal 243 44 60 0 116 107 44 542 100 47
Binary 10100011 100100 110000 0 1001110 1000111 100100 101100010 1000000 100111

Color Harmonies of #A32430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32430

Black with #A32430

Text Example


Text Example

White with #A32430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32430; }

 p { color: rgb(163,36,48); }

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

background-color css

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

 a { background-color: rgb(163,36,48); }

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

border-color css

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

 span { border-color: rgb(163,36,48); }

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