Html Css Color HEX #A4002E Carmine

📋 copy color: '#A4002E'

red 164 ◦ green 0 ◦ blue 46

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

Shades of Carmine #A4002E

Tints of Carmine #A4002E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 46 (18.36% from 255) = 21.9%

R = 78.1%
G = 0%
B = 21.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A4002E (or 0xA4002E) is known color: Carmine. HEX triplet: A4, 00 and 2E. RGB value is (164,0,46). Sum of RGB (Red+Green+Blue) = 164+0+46=210 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.10% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 164 - color contains mainly: red. Hex color #A4002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4002E is #5BFFD1. Grayscale: #363636. Windows color (decimal): -6029266 or 3014820. OLE color: 3014820.

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

Color convert

RGB 164 0 46 -
CMYK 0 1 0.72 0.36
HSL 343.17º 1% 0.32% -
HSV(B) 343.17º 1% 0.64% -
XYZ 15.8 8.09 3.31 -
YUV 54.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 164 0 46 0 1 0.72 0.36 343.17 1 0.32
Hex A4 0 2E 0 64 48 24 157 64 20
Octal 244 0 56 0 144 110 44 527 144 40
Binary 10100100 0 101110 0 1100100 1001000 100100 101010111 1100100 100000

Color Harmonies of #A4002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4002E

Black with #A4002E

Text Example


Text Example

White with #A4002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4002E; }

 p { color: rgb(164,0,46); }

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

background-color css

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

 a { background-color: rgb(164,0,46); }

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

border-color css

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

 span { border-color: rgb(164,0,46); }

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