Html Css Color HEX #A4161A Carmine

📋 copy color: '#A4161A'

red 164 ◦ green 22 ◦ blue 26

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

Shades of Carmine #A4161A

Tints of Carmine #A4161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.38%

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

R = 77.36%
G = 10.38%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4161A (or 0xA4161A) is known color: Carmine. HEX triplet: A4, 16 and 1A. RGB value is (164,22,26). Sum of RGB (Red+Green+Blue) = 164+22+26=212 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.36% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 164 - color contains mainly: red. Hex color #A4161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4161A is #5BE9E5. Grayscale: #414141. Windows color (decimal): -6023654 or 1709732. OLE color: 1709732.

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

Color convert

RGB 164 22 26 -
CMYK 0 0.87 0.84 0.36
HSL 358.31º 0.76% 0.36% -
HSV(B) 358.31º 0.87% 0.64% -
XYZ 15.78 8.54 1.79 -
YUV 64.91 106.04 198.67 -
System Red Green Blue C M Y K H S L
Decimal 164 22 26 0 0.87 0.84 0.36 358.31 0.76 0.36
Hex A4 16 1A 0 57 54 24 166 4C 24
Octal 244 26 32 0 127 124 44 546 114 44
Binary 10100100 10110 11010 0 1010111 1010100 100100 101100110 1001100 100100

Color Harmonies of #A4161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4161A

Black with #A4161A

Text Example


Text Example

White with #A4161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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