Html Css Color HEX #A4132B Carmine

📋 copy color: '#A4132B'

red 164 ◦ green 19 ◦ blue 43

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

Shades of Carmine #A4132B

Tints of Carmine #A4132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.41%

 BLUE value IS 43 (17.19% from 255) = 19.03%

R = 72.57%
G = 8.41%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4132B (or 0xA4132B) is known color: Carmine. HEX triplet: A4, 13 and 2B. RGB value is (164,19,43). Sum of RGB (Red+Green+Blue) = 164+19+43=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A4132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4132B is #5BECD4. Grayscale: #414141. Windows color (decimal): -6024405 or 2823076. OLE color: 2823076.

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

Color convert

RGB 164 19 43 -
CMYK 0 0.88 0.74 0.36
HSL 350.07º 0.79% 0.36% -
HSV(B) 350.07º 0.88% 0.64% -
XYZ 15.98 8.53 3.09 -
YUV 65.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 164 19 43 0 0.88 0.74 0.36 350.07 0.79 0.36
Hex A4 13 2B 0 58 4A 24 15E 4F 24
Octal 244 23 53 0 130 112 44 536 117 44
Binary 10100100 10011 101011 0 1011000 1001010 100100 101011110 1001111 100100

Color Harmonies of #A4132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4132B

Black with #A4132B

Text Example


Text Example

White with #A4132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4132B; }

 p { color: rgb(164,19,43); }

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

background-color css

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

 a { background-color: rgb(164,19,43); }

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

border-color css

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

 span { border-color: rgb(164,19,43); }

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