#98031A

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

Shades of Carmine #98031A

Tints of Carmine #98031A

Color information

#98031A (or 0x98031A) is unknown color: approx Carmine. HEX triplet: 98, 03 and 1A. RGB value is (152,3,26). Sum of RGB (Red+Green+Blue) = 152+3+26=181 (23% of max value = 765). Red value is 152 (59.77% from 255 or 83.98% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 152 - color contains mainly: red. Hex color #98031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98031A is #67FCE5. Grayscale: #323232. Windows color (decimal): -6814950 or 1704856. OLE color: 1704856.

HSL color Cylindrical-coordinate representation of color #98031A: hue angle of 350.74º 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 #98031A is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB152326-
CMYK00.980.830.40
HSL350.74º96.13%30.39%-
HSV(B)350.74º98.03%59.61%-
XYZ13.176.821.6-
YUV50.17114.36200.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 83.98%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=83.98%
G=1.66%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15232600.980.830.40350.7496.1330.39
Hex9831A062532815f601e
Octal23033201421235053714036
Binary100110001111010011000101010011101000101011111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98031A; }

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

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

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

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

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

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

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

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