Html Css Color HEX #A4101A Carmine

📋 copy color: '#A4101A'

red 164 ◦ green 16 ◦ blue 26

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

Shades of Carmine #A4101A

Tints of Carmine #A4101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.77%

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

R = 79.61%
G = 7.77%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4101A (or 0xA4101A) is known color: Carmine. HEX triplet: A4, 10 and 1A. RGB value is (164,16,26). Sum of RGB (Red+Green+Blue) = 164+16+26=206 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.61% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 164 - color contains mainly: red. Hex color #A4101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4101A is #5BEFE5. Grayscale: #3D3D3D. Windows color (decimal): -6025190 or 1708196. OLE color: 1708196.

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

Color convert

RGB 164 16 26 -
CMYK 0 0.90 0.84 0.36
HSL 355.95º 0.82% 0.35% -
HSV(B) 355.95º 0.9% 0.64% -
XYZ 15.68 8.34 1.76 -
YUV 61.39 108.03 201.19 -
System Red Green Blue C M Y K H S L
Decimal 164 16 26 0 0.90 0.84 0.36 355.95 0.82 0.35
Hex A4 10 1A 0 5A 54 24 164 52 23
Octal 244 20 32 0 132 124 44 544 122 43
Binary 10100100 10000 11010 0 1011010 1010100 100100 101100100 1010010 100011

Color Harmonies of #A4101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4101A

Black with #A4101A

Text Example


Text Example

White with #A4101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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