Html Css Color HEX #A4001B Carmine

📋 copy color: '#A4001B'

red 164 ◦ green 0 ◦ blue 27

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

Shades of Carmine #A4001B

Tints of Carmine #A4001B

RGB

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

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

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

R = 85.86%
G = 0%
B = 14.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4001B (or 0xA4001B) is known color: Carmine. HEX triplet: A4, 00 and 1B. RGB value is (164,0,27). Sum of RGB (Red+Green+Blue) = 164+0+27=191 (25% of max value = 765). Red value is 164 (64.45% from 255 or 85.86% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 164 - color contains mainly: red. Hex color #A4001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4001B is #5BFFE4. Grayscale: #343434. Windows color (decimal): -6029285 or 1769636. OLE color: 1769636.

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

Color convert

RGB 164 0 27 -
CMYK 0 1 0.84 0.36
HSL 350.12º 1% 0.32% -
HSV(B) 350.12º 1% 0.64% -
XYZ 15.51 7.97 1.76 -
YUV 52.11 113.83 207.8 -
System Red Green Blue C M Y K H S L
Decimal 164 0 27 0 1 0.84 0.36 350.12 1 0.32
Hex A4 0 1B 0 64 54 24 15E 64 20
Octal 244 0 33 0 144 124 44 536 144 40
Binary 10100100 0 11011 0 1100100 1010100 100100 101011110 1100100 100000

Color Harmonies of #A4001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4001B

Black with #A4001B

Text Example


Text Example

White with #A4001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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