Html Css Color HEX #98092C Carmine

📋 copy color: '#98092C'

red 152 ◦ green 9 ◦ blue 44

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

Shades of Carmine #98092C

Tints of Carmine #98092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.46%

R = 74.15%
G = 4.39%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#98092C (or 0x98092C) is known color: Carmine. HEX triplet: 98, 09 and 2C. RGB value is (152,9,44). Sum of RGB (Red+Green+Blue) = 152+9+44=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #98092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98092C is #67F6D3. Grayscale: #373737. Windows color (decimal): -6813396 or 2886040. OLE color: 2886040.

HSL color Cylindrical-coordinate representation of color #98092C: hue angle of 345.31º 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 #98092C is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 44 -
CMYK 0 0.94 0.71 0.40
HSL 345.31º 0.89% 0.32% -
HSV(B) 345.31º 0.94% 0.6% -
XYZ 13.5 7.05 3.03 -
YUV 55.75 121.38 196.65 -
System Red Green Blue C M Y K H S L
Decimal 152 9 44 0 0.94 0.71 0.40 345.31 0.89 0.32
Hex 98 9 2C 0 5E 47 28 159 59 20
Octal 230 11 54 0 136 107 50 531 131 40
Binary 10011000 1001 101100 0 1011110 1000111 101000 101011001 1011001 100000

Color Harmonies of #98092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98092C

Black with #98092C

Text Example


Text Example

White with #98092C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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