Html Css Color HEX #A8010F Carmine

📋 copy color: '#A8010F'

red 168 ◦ green 1 ◦ blue 15

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

Shades of Carmine #A8010F

Tints of Carmine #A8010F

RGB

 RED value IS 168 (66.02% from 255) = 91.3%

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

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

R = 91.3%
G = 0.54%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A8010F (or 0xA8010F) is known color: Carmine. HEX triplet: A8, 01 and 0F. RGB value is (168,1,15). Sum of RGB (Red+Green+Blue) = 168+1+15=184 (24% of max value = 765). Red value is 168 (66.02% from 255 or 91.30% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 168 - color contains mainly: red. Hex color #A8010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8010F is #57FEF0. Grayscale: #343434. Windows color (decimal): -5766897 or 983464. OLE color: 983464.

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

Color convert

RGB 168 1 15 -
CMYK 0 0.99 0.91 0.34
HSL 354.97º 0.99% 0.33% -
HSV(B) 354.97º 0.99% 0.66% -
XYZ 16.25 8.38 1.21 -
YUV 52.53 106.83 210.36 -
System Red Green Blue C M Y K H S L
Decimal 168 1 15 0 0.99 0.91 0.34 354.97 0.99 0.33
Hex A8 1 F 0 63 5B 22 163 63 21
Octal 250 1 17 0 143 133 42 543 143 41
Binary 10101000 1 1111 0 1100011 1011011 100010 101100011 1100011 100001

Color Harmonies of #A8010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8010F

Black with #A8010F

Text Example


Text Example

White with #A8010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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