Html Css Color HEX #A8042B Carmine

📋 copy color: '#A8042B'

red 168 ◦ green 4 ◦ blue 43

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

Shades of Carmine #A8042B

Tints of Carmine #A8042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

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

R = 78.14%
G = 1.86%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8042B (or 0xA8042B) is known color: Carmine. HEX triplet: A8, 04 and 2B. RGB value is (168,4,43). Sum of RGB (Red+Green+Blue) = 168+4+43=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A8042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8042B is #57FBD4. Grayscale: #393939. Windows color (decimal): -5766101 or 2819240. OLE color: 2819240.

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

Color convert

RGB 168 4 43 -
CMYK 0 0.98 0.74 0.34
HSL 345.73º 0.95% 0.34% -
HSV(B) 345.73º 0.98% 0.66% -
XYZ 16.63 8.59 3.07 -
YUV 57.48 119.83 206.83 -
System Red Green Blue C M Y K H S L
Decimal 168 4 43 0 0.98 0.74 0.34 345.73 0.95 0.34
Hex A8 4 2B 0 62 4A 22 15A 5F 22
Octal 250 4 53 0 142 112 42 532 137 42
Binary 10101000 100 101011 0 1100010 1001010 100010 101011010 1011111 100010

Color Harmonies of #A8042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8042B

Black with #A8042B

Text Example


Text Example

White with #A8042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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