Html Css Color HEX #A8052B Carmine

📋 copy color: '#A8052B'

red 168 ◦ green 5 ◦ blue 43

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

Shades of Carmine #A8052B

Tints of Carmine #A8052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.31%

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

R = 77.78%
G = 2.31%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8052B (or 0xA8052B) is known color: Carmine. HEX triplet: A8, 05 and 2B. RGB value is (168,5,43). Sum of RGB (Red+Green+Blue) = 168+5+43=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A8052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8052B is #57FAD4. Grayscale: #3A3A3A. Windows color (decimal): -5765845 or 2819496. OLE color: 2819496.

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

Color convert

RGB 168 5 43 -
CMYK 0 0.97 0.74 0.34
HSL 346.01º 0.94% 0.34% -
HSV(B) 346.01º 0.97% 0.66% -
XYZ 16.64 8.61 3.07 -
YUV 58.07 119.5 206.41 -
System Red Green Blue C M Y K H S L
Decimal 168 5 43 0 0.97 0.74 0.34 346.01 0.94 0.34
Hex A8 5 2B 0 61 4A 22 15A 5E 22
Octal 250 5 53 0 141 112 42 532 136 42
Binary 10101000 101 101011 0 1100001 1001010 100010 101011010 1011110 100010

Color Harmonies of #A8052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8052B

Black with #A8052B

Text Example


Text Example

White with #A8052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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