Html Css Color HEX #A1071C Carmine

📋 copy color: '#A1071C'

red 161 ◦ green 7 ◦ blue 28

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

Shades of Carmine #A1071C

Tints of Carmine #A1071C

RGB

 RED value IS 161 (63.28% from 255) = 82.14%

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

 BLUE value IS 28 (11.33% from 255) = 14.29%

R = 82.14%
G = 3.57%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A1071C (or 0xA1071C) is known color: Carmine. HEX triplet: A1, 07 and 1C. RGB value is (161,7,28). Sum of RGB (Red+Green+Blue) = 161+7+28=196 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.14% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 161 - color contains mainly: red. Hex color #A1071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1071C is #5EF8E3. Grayscale: #373737. Windows color (decimal): -6224100 or 1836961. OLE color: 1836961.

HSL color Cylindrical-coordinate representation of color #A1071C: hue angle of 351.82º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1071C is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 7 28 -
CMYK 0 0.96 0.83 0.37
HSL 351.82º 0.92% 0.33% -
HSV(B) 351.82º 0.96% 0.63% -
XYZ 14.98 7.81 1.82 -
YUV 55.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 161 7 28 0 0.96 0.83 0.37 351.82 0.92 0.33
Hex A1 7 1C 0 60 53 25 160 5C 21
Octal 241 7 34 0 140 123 45 540 134 41
Binary 10100001 111 11100 0 1100000 1010011 100101 101100000 1011100 100001

Color Harmonies of #A1071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1071C

Black with #A1071C

Text Example


Text Example

White with #A1071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1071C; }

 p { color: rgb(161,7,28); }

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

background-color css

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

 a { background-color: rgb(161,7,28); }

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

border-color css

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

 span { border-color: rgb(161,7,28); }

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