Html Css Color HEX #A00F2B Carmine

📋 copy color: '#A00F2B'

red 160 ◦ green 15 ◦ blue 43

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

Shades of Carmine #A00F2B

Tints of Carmine #A00F2B

RGB

 RED value IS 160 (62.89% from 255) = 73.39%

 GREEN value IS 15 (6.25% from 255) = 6.88%

 BLUE value IS 43 (17.19% from 255) = 19.72%

R = 73.39%
G = 6.88%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A00F2B (or 0xA00F2B) is known color: Carmine. HEX triplet: A0, 0F and 2B. RGB value is (160,15,43). Sum of RGB (Red+Green+Blue) = 160+15+43=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00F2B is #5FF0D4. Grayscale: #3D3D3D. Windows color (decimal): -6287573 or 2822048. OLE color: 2822048.

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

Color convert

RGB 160 15 43 -
CMYK 0 0.91 0.73 0.37
HSL 348.41º 0.83% 0.34% -
HSV(B) 348.41º 0.91% 0.63% -
XYZ 15.1 7.99 3.03 -
YUV 61.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 160 15 43 0 0.91 0.73 0.37 348.41 0.83 0.34
Hex A0 F 2B 0 5B 49 25 15C 53 22
Octal 240 17 53 0 133 111 45 534 123 42
Binary 10100000 1111 101011 0 1011011 1001001 100101 101011100 1010011 100010

Color Harmonies of #A00F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F2B

Black with #A00F2B

Text Example


Text Example

White with #A00F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F2B; }

 p { color: rgb(160,15,43); }

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

background-color css

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

 a { background-color: rgb(160,15,43); }

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

border-color css

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

 span { border-color: rgb(160,15,43); }

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