Html Css Color HEX #A2000F Carmine

📋 copy color: '#A2000F'

red 162 ◦ green 0 ◦ blue 15

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

Shades of Carmine #A2000F

Tints of Carmine #A2000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.53%
G = 0%
B = 8.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2000F (or 0xA2000F) is known color: Carmine. HEX triplet: A2, 00 and 0F. RGB value is (162,0,15). Sum of RGB (Red+Green+Blue) = 162+0+15=177 (23% of max value = 765). Red value is 162 (63.67% from 255 or 91.53% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 162 - color contains mainly: red. Hex color #A2000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2000F is #5DFFF0. Grayscale: #323232. Windows color (decimal): -6160369 or 983202. OLE color: 983202.

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

Color convert

RGB 162 0 15 -
CMYK 0 1 0.91 0.36
HSL 354.44º 1% 0.32% -
HSV(B) 354.44º 1% 0.64% -
XYZ 14.99 7.72 1.15 -
YUV 50.15 108.17 207.78 -
System Red Green Blue C M Y K H S L
Decimal 162 0 15 0 1 0.91 0.36 354.44 1 0.32
Hex A2 0 F 0 64 5B 24 162 64 20
Octal 242 0 17 0 144 133 44 542 144 40
Binary 10100010 0 1111 0 1100100 1011011 100100 101100010 1100100 100000

Color Harmonies of #A2000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2000F

Black with #A2000F

Text Example


Text Example

White with #A2000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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