Html Css Color HEX #A4071A Carmine

📋 copy color: '#A4071A'

red 164 ◦ green 7 ◦ blue 26

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

Shades of Carmine #A4071A

Tints of Carmine #A4071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.55%

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

R = 83.25%
G = 3.55%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4071A (or 0xA4071A) is known color: Carmine. HEX triplet: A4, 07 and 1A. RGB value is (164,7,26). Sum of RGB (Red+Green+Blue) = 164+7+26=197 (26% of max value = 765). Red value is 164 (64.45% from 255 or 83.25% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 164 - color contains mainly: red. Hex color #A4071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4071A is #5BF8E5. Grayscale: #383838. Windows color (decimal): -6027494 or 1705892. OLE color: 1705892.

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

Color convert

RGB 164 7 26 -
CMYK 0 0.96 0.84 0.36
HSL 352.74º 0.92% 0.34% -
HSV(B) 352.74º 0.96% 0.64% -
XYZ 15.57 8.12 1.72 -
YUV 56.11 111.01 204.96 -
System Red Green Blue C M Y K H S L
Decimal 164 7 26 0 0.96 0.84 0.36 352.74 0.92 0.34
Hex A4 7 1A 0 60 54 24 161 5C 22
Octal 244 7 32 0 140 124 44 541 134 42
Binary 10100100 111 11010 0 1100000 1010100 100100 101100001 1011100 100010

Color Harmonies of #A4071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4071A

Black with #A4071A

Text Example


Text Example

White with #A4071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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