Html Css Color HEX #A4031B Carmine

📋 copy color: '#A4031B'

red 164 ◦ green 3 ◦ blue 27

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

Shades of Carmine #A4031B

Tints of Carmine #A4031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 27 (10.94% from 255) = 13.92%

R = 84.54%
G = 1.55%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4031B (or 0xA4031B) is known color: Carmine. HEX triplet: A4, 03 and 1B. RGB value is (164,3,27). Sum of RGB (Red+Green+Blue) = 164+3+27=194 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.54% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 164 - color contains mainly: red. Hex color #A4031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4031B is #5BFCE4. Grayscale: #353535. Windows color (decimal): -6028517 or 1770404. OLE color: 1770404.

HSL color Cylindrical-coordinate representation of color #A4031B: hue angle of 351.06º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4031B is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 3 27 -
CMYK 0 0.98 0.84 0.36
HSL 351.06º 0.96% 0.33% -
HSV(B) 351.06º 0.98% 0.64% -
XYZ 15.54 8.04 1.77 -
YUV 53.88 112.84 206.55 -
System Red Green Blue C M Y K H S L
Decimal 164 3 27 0 0.98 0.84 0.36 351.06 0.96 0.33
Hex A4 3 1B 0 62 54 24 15F 60 21
Octal 244 3 33 0 142 124 44 537 140 41
Binary 10100100 11 11011 0 1100010 1010100 100100 101011111 1100000 100001

Color Harmonies of #A4031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4031B

Black with #A4031B

Text Example


Text Example

White with #A4031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4031B; }

 p { color: rgb(164,3,27); }

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

background-color css

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

 a { background-color: rgb(164,3,27); }

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

border-color css

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

 span { border-color: rgb(164,3,27); }

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