Html Css Color HEX #A4051A Carmine

📋 copy color: '#A4051A'

red 164 ◦ green 5 ◦ blue 26

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

Shades of Carmine #A4051A

Tints of Carmine #A4051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.56%

 BLUE value IS 26 (10.55% from 255) = 13.33%

R = 84.1%
G = 2.56%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4051A (or 0xA4051A) is known color: Carmine. HEX triplet: A4, 05 and 1A. RGB value is (164,5,26). Sum of RGB (Red+Green+Blue) = 164+5+26=195 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.10% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 164 - color contains mainly: red. Hex color #A4051A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4051A is #5BFAE5. Grayscale: #373737. Windows color (decimal): -6028006 or 1705380. OLE color: 1705380.

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

Color convert

RGB 164 5 26 -
CMYK 0 0.97 0.84 0.36
HSL 352.08º 0.94% 0.33% -
HSV(B) 352.08º 0.97% 0.64% -
XYZ 15.55 8.08 1.72 -
YUV 54.94 111.68 205.79 -
System Red Green Blue C M Y K H S L
Decimal 164 5 26 0 0.97 0.84 0.36 352.08 0.94 0.33
Hex A4 5 1A 0 61 54 24 160 5E 21
Octal 244 5 32 0 141 124 44 540 136 41
Binary 10100100 101 11010 0 1100001 1010100 100100 101100000 1011110 100001

Color Harmonies of #A4051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4051A

Black with #A4051A

Text Example


Text Example

White with #A4051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4051A; }

 p { color: rgb(164,5,26); }

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

background-color css

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

 a { background-color: rgb(164,5,26); }

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

border-color css

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

 span { border-color: rgb(164,5,26); }

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