#98032E

Color #98032E Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #98032E

Tints of Carmine #98032E

Color information

#98032E (or 0x98032E) is unknown color: approx Carmine. HEX triplet: 98, 03 and 2E. RGB value is (152,3,46). Sum of RGB (Red+Green+Blue) = 152+3+46=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #98032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98032E is #67FCD1. Grayscale: #343434. Windows color (decimal): -6814930 or 3015576. OLE color: 3015576.

HSL color Cylindrical-coordinate representation of color #98032E: hue angle of 342.68º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98032E is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB152346-
CMYK00.980.700.40
HSL342.68º96.13%30.39%-
HSV(B)342.68º98.03%59.61%-
XYZ13.476.943.21-
YUV52.45124.36199-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 75.62%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 46 (18.36% from 255) = 22.89%
R=75.62%
G=1.49%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15234600.980.700.40342.6896.1330.39
Hex9832E0624628157601e
Octal23035601421065052714036
Binary1001100011101110011000101000110101000101010111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98032E; }

 p { color: rgb(152,3,46); }

 H1.HeaderClassName
 {
   color: #98032E;
 }
 .AnyTagClassName
 {
   color: #98032E;
 }
</style>
background-color css

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

 a { background-color: rgb(152,3,46); }

 div.DivClassName
 {
   background-color: #98032E;
 }
 .BgClassName
 {
   background-color: #98032E;
 }
</style>
border-color css

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

 span { border-color: rgb(152,3,46); }

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