Html Css Color HEX #98092D Carmine

📋 copy color: '#98092D'

red 152 ◦ green 9 ◦ blue 45

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

Shades of Carmine #98092D

Tints of Carmine #98092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.37%

 BLUE value IS 45 (17.97% from 255) = 21.84%

R = 73.79%
G = 4.37%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98092D (or 0x98092D) is known color: Carmine. HEX triplet: 98, 09 and 2D. RGB value is (152,9,45). Sum of RGB (Red+Green+Blue) = 152+9+45=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #98092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98092D is #67F6D2. Grayscale: #373737. Windows color (decimal): -6813395 or 2951576. OLE color: 2951576.

HSL color Cylindrical-coordinate representation of color #98092D: hue angle of 344.9º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98092D is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 45 -
CMYK 0 0.94 0.70 0.40
HSL 344.9º 0.89% 0.32% -
HSV(B) 344.9º 0.94% 0.6% -
XYZ 13.52 7.06 3.13 -
YUV 55.86 121.88 196.57 -
System Red Green Blue C M Y K H S L
Decimal 152 9 45 0 0.94 0.70 0.40 344.9 0.89 0.32
Hex 98 9 2D 0 5E 46 28 159 59 20
Octal 230 11 55 0 136 106 50 531 131 40
Binary 10011000 1001 101101 0 1011110 1000110 101000 101011001 1011001 100000

Color Harmonies of #98092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98092D

Black with #98092D

Text Example


Text Example

White with #98092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98092D; }

 p { color: rgb(152,9,45); }

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

background-color css

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

 a { background-color: rgb(152,9,45); }

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

border-color css

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

 span { border-color: rgb(152,9,45); }

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