Html Css Color HEX #A2010F Carmine

📋 copy color: '#A2010F'

red 162 ◦ green 1 ◦ blue 15

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

Shades of Carmine #A2010F

Tints of Carmine #A2010F

RGB

 RED value IS 162 (63.67% from 255) = 91.01%

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 91.01%
G = 0.56%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2010F (or 0xA2010F) is known color: Carmine. HEX triplet: A2, 01 and 0F. RGB value is (162,1,15). Sum of RGB (Red+Green+Blue) = 162+1+15=178 (23% of max value = 765). Red value is 162 (63.67% from 255 or 91.01% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 162 - color contains mainly: red. Hex color #A2010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2010F is #5DFEF0. Grayscale: #323232. Windows color (decimal): -6160113 or 983458. OLE color: 983458.

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

Color convert

RGB 162 1 15 -
CMYK 0 0.99 0.91 0.36
HSL 354.78º 0.99% 0.32% -
HSV(B) 354.78º 0.99% 0.64% -
XYZ 15 7.74 1.15 -
YUV 50.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 162 1 15 0 0.99 0.91 0.36 354.78 0.99 0.32
Hex A2 1 F 0 63 5B 24 163 63 20
Octal 242 1 17 0 143 133 44 543 143 40
Binary 10100010 1 1111 0 1100011 1011011 100100 101100011 1100011 100000

Color Harmonies of #A2010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2010F

Black with #A2010F

Text Example


Text Example

White with #A2010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2010F; }

 p { color: rgb(162,1,15); }

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

background-color css

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

 a { background-color: rgb(162,1,15); }

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

border-color css

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

 span { border-color: rgb(162,1,15); }

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