Html Css Color HEX #A1020F Carmine

📋 copy color: '#A1020F'

red 161 ◦ green 2 ◦ blue 15

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

Shades of Carmine #A1020F

Tints of Carmine #A1020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

 BLUE value IS 15 (6.25% from 255) = 8.43%

R = 90.45%
G = 1.12%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1020F (or 0xA1020F) is known color: Carmine. HEX triplet: A1, 02 and 0F. RGB value is (161,2,15). Sum of RGB (Red+Green+Blue) = 161+2+15=178 (23% of max value = 765). Red value is 161 (63.28% from 255 or 90.45% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 161 - color contains mainly: red. Hex color #A1020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1020F is #5EFDF0. Grayscale: #333333. Windows color (decimal): -6225393 or 983713. OLE color: 983713.

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

Color convert

RGB 161 2 15 -
CMYK 0 0.99 0.91 0.37
HSL 355.09º 0.98% 0.32% -
HSV(B) 355.09º 0.99% 0.63% -
XYZ 14.81 7.65 1.15 -
YUV 51.02 107.68 206.44 -
System Red Green Blue C M Y K H S L
Decimal 161 2 15 0 0.99 0.91 0.37 355.09 0.98 0.32
Hex A1 2 F 0 63 5B 25 163 62 20
Octal 241 2 17 0 143 133 45 543 142 40
Binary 10100001 10 1111 0 1100011 1011011 100101 101100011 1100010 100000

Color Harmonies of #A1020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1020F

Black with #A1020F

Text Example


Text Example

White with #A1020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1020F; }

 p { color: rgb(161,2,15); }

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

background-color css

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

 a { background-color: rgb(161,2,15); }

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

border-color css

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

 span { border-color: rgb(161,2,15); }

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