Html Css Color HEX #A8082B Carmine

📋 copy color: '#A8082B'

red 168 ◦ green 8 ◦ blue 43

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

Shades of Carmine #A8082B

Tints of Carmine #A8082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.65%

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

R = 76.71%
G = 3.65%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8082B (or 0xA8082B) is known color: Carmine. HEX triplet: A8, 08 and 2B. RGB value is (168,8,43). Sum of RGB (Red+Green+Blue) = 168+8+43=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A8082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8082B is #57F7D4. Grayscale: #3B3B3B. Windows color (decimal): -5765077 or 2820264. OLE color: 2820264.

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

Color convert

RGB 168 8 43 -
CMYK 0 0.95 0.74 0.34
HSL 346.88º 0.91% 0.35% -
HSV(B) 346.88º 0.95% 0.66% -
XYZ 16.67 8.67 3.08 -
YUV 59.83 118.51 205.15 -
System Red Green Blue C M Y K H S L
Decimal 168 8 43 0 0.95 0.74 0.34 346.88 0.91 0.35
Hex A8 8 2B 0 5F 4A 22 15B 5B 23
Octal 250 10 53 0 137 112 42 533 133 43
Binary 10101000 1000 101011 0 1011111 1001010 100010 101011011 1011011 100011

Color Harmonies of #A8082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8082B

Black with #A8082B

Text Example


Text Example

White with #A8082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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