Html Css Color HEX #A4002B Carmine

📋 copy color: '#A4002B'

red 164 ◦ green 0 ◦ blue 43

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

Shades of Carmine #A4002B

Tints of Carmine #A4002B

RGB

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

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

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

R = 79.23%
G = 0%
B = 20.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4002B (or 0xA4002B) is known color: Carmine. HEX triplet: A4, 00 and 2B. RGB value is (164,0,43). Sum of RGB (Red+Green+Blue) = 164+0+43=207 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.23% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 164 - color contains mainly: red. Hex color #A4002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4002B is #5BFFD4. Grayscale: #353535. Windows color (decimal): -6029269 or 2818212. OLE color: 2818212.

HSL color Cylindrical-coordinate representation of color #A4002B: hue angle of 344.27º 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 #A4002B is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 0 43 -
CMYK 0 1 0.74 0.36
HSL 344.27º 1% 0.32% -
HSV(B) 344.27º 1% 0.64% -
XYZ 15.75 8.07 3.01 -
YUV 53.94 121.83 206.5 -
System Red Green Blue C M Y K H S L
Decimal 164 0 43 0 1 0.74 0.36 344.27 1 0.32
Hex A4 0 2B 0 64 4A 24 158 64 20
Octal 244 0 53 0 144 112 44 530 144 40
Binary 10100100 0 101011 0 1100100 1001010 100100 101011000 1100100 100000

Color Harmonies of #A4002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4002B

Black with #A4002B

Text Example


Text Example

White with #A4002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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