Html Css Color HEX #A1081B Carmine

📋 copy color: '#A1081B'

red 161 ◦ green 8 ◦ blue 27

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

Shades of Carmine #A1081B

Tints of Carmine #A1081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.08%

 BLUE value IS 27 (10.94% from 255) = 13.78%

R = 82.14%
G = 4.08%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A1081B (or 0xA1081B) is known color: Carmine. HEX triplet: A1, 08 and 1B. RGB value is (161,8,27). Sum of RGB (Red+Green+Blue) = 161+8+27=196 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.14% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 161 - color contains mainly: red. Hex color #A1081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1081B is #5EF7E4. Grayscale: #373737. Windows color (decimal): -6223845 or 1771681. OLE color: 1771681.

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

Color convert

RGB 161 8 27 -
CMYK 0 0.95 0.83 0.37
HSL 352.55º 0.91% 0.33% -
HSV(B) 352.55º 0.95% 0.63% -
XYZ 14.98 7.83 1.76 -
YUV 55.91 111.69 202.96 -
System Red Green Blue C M Y K H S L
Decimal 161 8 27 0 0.95 0.83 0.37 352.55 0.91 0.33
Hex A1 8 1B 0 5F 53 25 161 5B 21
Octal 241 10 33 0 137 123 45 541 133 41
Binary 10100001 1000 11011 0 1011111 1010011 100101 101100001 1011011 100001

Color Harmonies of #A1081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1081B

Black with #A1081B

Text Example


Text Example

White with #A1081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1081B; }

 p { color: rgb(161,8,27); }

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

background-color css

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

 a { background-color: rgb(161,8,27); }

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

border-color css

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

 span { border-color: rgb(161,8,27); }

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