Html Css Color HEX #A4071F Carmine

📋 copy color: '#A4071F'

red 164 ◦ green 7 ◦ blue 31

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

Shades of Carmine #A4071F

Tints of Carmine #A4071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.35%

R = 81.19%
G = 3.47%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A4071F (or 0xA4071F) is known color: Carmine. HEX triplet: A4, 07 and 1F. RGB value is (164,7,31). Sum of RGB (Red+Green+Blue) = 164+7+31=202 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.19% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 164 - color contains mainly: red. Hex color #A4071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4071F is #5BF8E0. Grayscale: #383838. Windows color (decimal): -6027489 or 2033572. OLE color: 2033572.

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

Color convert

RGB 164 7 31 -
CMYK 0 0.96 0.81 0.36
HSL 350.83º 0.92% 0.34% -
HSV(B) 350.83º 0.96% 0.64% -
XYZ 15.63 8.14 2.04 -
YUV 56.68 113.51 204.55 -
System Red Green Blue C M Y K H S L
Decimal 164 7 31 0 0.96 0.81 0.36 350.83 0.92 0.34
Hex A4 7 1F 0 60 51 24 15F 5C 22
Octal 244 7 37 0 140 121 44 537 134 42
Binary 10100100 111 11111 0 1100000 1010001 100100 101011111 1011100 100010

Color Harmonies of #A4071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4071F

Black with #A4071F

Text Example


Text Example

White with #A4071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4071F; }

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

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

background-color css

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

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

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

border-color css

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

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

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