Html Css Color HEX #A8031C Carmine

📋 copy color: '#A8031C'

red 168 ◦ green 3 ◦ blue 28

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

Shades of Carmine #A8031C

Tints of Carmine #A8031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

 BLUE value IS 28 (11.33% from 255) = 14.07%

R = 84.42%
G = 1.51%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8031C (or 0xA8031C) is known color: Carmine. HEX triplet: A8, 03 and 1C. RGB value is (168,3,28). Sum of RGB (Red+Green+Blue) = 168+3+28=199 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.42% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 168 - color contains mainly: red. Hex color #A8031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8031C is #57FCE3. Grayscale: #373737. Windows color (decimal): -5766372 or 1835944. OLE color: 1835944.

HSL color Cylindrical-coordinate representation of color #A8031C: hue angle of 350.91º degrees, saturation: 0.96, 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 #A8031C is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 3 28 -
CMYK 0 0.98 0.83 0.34
HSL 350.91º 0.96% 0.34% -
HSV(B) 350.91º 0.98% 0.66% -
XYZ 16.39 8.47 1.87 -
YUV 55.19 112.66 208.47 -
System Red Green Blue C M Y K H S L
Decimal 168 3 28 0 0.98 0.83 0.34 350.91 0.96 0.34
Hex A8 3 1C 0 62 53 22 15F 60 22
Octal 250 3 34 0 142 123 42 537 140 42
Binary 10101000 11 11100 0 1100010 1010011 100010 101011111 1100000 100010

Color Harmonies of #A8031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8031C

Black with #A8031C

Text Example


Text Example

White with #A8031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8031C; }

 p { color: rgb(168,3,28); }

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

background-color css

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

 a { background-color: rgb(168,3,28); }

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

border-color css

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

 span { border-color: rgb(168,3,28); }

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