Html Css Color HEX #A8002B Carmine

📋 copy color: '#A8002B'

red 168 ◦ green 0 ◦ blue 43

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

Shades of Carmine #A8002B

Tints of Carmine #A8002B

RGB

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

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

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

R = 79.62%
G = 0%
B = 20.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8002B (or 0xA8002B) is known color: Carmine. HEX triplet: A8, 00 and 2B. RGB value is (168,0,43). Sum of RGB (Red+Green+Blue) = 168+0+43=211 (27% of max value = 765). Red value is 168 (66.02% from 255 or 79.62% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 168 - color contains mainly: red. Hex color #A8002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8002B is #57FFD4. Grayscale: #373737. Windows color (decimal): -5767125 or 2818216. OLE color: 2818216.

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

Color convert

RGB 168 0 43 -
CMYK 0 1 0.74 0.34
HSL 344.64º 1% 0.33% -
HSV(B) 344.64º 1% 0.66% -
XYZ 16.58 8.5 3.05 -
YUV 55.13 121.16 208.5 -
System Red Green Blue C M Y K H S L
Decimal 168 0 43 0 1 0.74 0.34 344.64 1 0.33
Hex A8 0 2B 0 64 4A 22 159 64 21
Octal 250 0 53 0 144 112 42 531 144 41
Binary 10101000 0 101011 0 1100100 1001010 100010 101011001 1100100 100001

Color Harmonies of #A8002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8002B

Black with #A8002B

Text Example


Text Example

White with #A8002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8002B; }

 p { color: rgb(168,0,43); }

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

background-color css

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

 a { background-color: rgb(168,0,43); }

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

border-color css

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

 span { border-color: rgb(168,0,43); }

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