Html Css Color HEX #981028 Carmine

📋 copy color: '#981028'

red 152 ◦ green 16 ◦ blue 40

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

Shades of Carmine #981028

Tints of Carmine #981028

RGB

 RED value IS 152 (59.77% from 255) = 73.08%

 GREEN value IS 16 (6.64% from 255) = 7.69%

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 73.08%
G = 7.69%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#981028 (or 0x981028) is known color: Carmine. HEX triplet: 98, 10 and 28. RGB value is (152,16,40). Sum of RGB (Red+Green+Blue) = 152+16+40=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #981028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981028 is #67EFD7. Grayscale: #3B3B3B. Windows color (decimal): -6811608 or 2625688. OLE color: 2625688.

HSL color Cylindrical-coordinate representation of color #981028: hue angle of 349.41º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981028 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 16 40 -
CMYK 0 0.89 0.74 0.40
HSL 349.41º 0.81% 0.33% -
HSV(B) 349.41º 0.89% 0.6% -
XYZ 13.52 7.2 2.68 -
YUV 59.4 117.06 194.05 -
System Red Green Blue C M Y K H S L
Decimal 152 16 40 0 0.89 0.74 0.40 349.41 0.81 0.33
Hex 98 10 28 0 59 4A 28 15D 51 21
Octal 230 20 50 0 131 112 50 535 121 41
Binary 10011000 10000 101000 0 1011001 1001010 101000 101011101 1010001 100001

Color Harmonies of #981028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981028

Black with #981028

Text Example


Text Example

White with #981028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981028; }

 p { color: rgb(152,16,40); }

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

background-color css

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

 a { background-color: rgb(152,16,40); }

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

border-color css

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

 span { border-color: rgb(152,16,40); }

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