Html Css Color HEX #A00F22 Carmine

📋 copy color: '#A00F22'

red 160 ◦ green 15 ◦ blue 34

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

Shades of Carmine #A00F22

Tints of Carmine #A00F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.27%

R = 76.56%
G = 7.18%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A00F22 (or 0xA00F22) is known color: Carmine. HEX triplet: A0, 0F and 22. RGB value is (160,15,34). Sum of RGB (Red+Green+Blue) = 160+15+34=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00F22 is #5FF0DD. Grayscale: #3C3C3C. Windows color (decimal): -6287582 or 2232224. OLE color: 2232224.

HSL color Cylindrical-coordinate representation of color #A00F22: hue angle of 352.14º 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 #A00F22 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 15 34 -
CMYK 0 0.91 0.79 0.37
HSL 352.14º 0.83% 0.34% -
HSV(B) 352.14º 0.91% 0.63% -
XYZ 14.96 7.93 2.26 -
YUV 60.52 113.04 198.96 -
System Red Green Blue C M Y K H S L
Decimal 160 15 34 0 0.91 0.79 0.37 352.14 0.83 0.34
Hex A0 F 22 0 5B 4F 25 160 53 22
Octal 240 17 42 0 133 117 45 540 123 42
Binary 10100000 1111 100010 0 1011011 1001111 100101 101100000 1010011 100010

Color Harmonies of #A00F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F22

Black with #A00F22

Text Example


Text Example

White with #A00F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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