Html Css Color HEX #98092A Carmine

📋 copy color: '#98092A'

red 152 ◦ green 9 ◦ blue 42

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

Shades of Carmine #98092A

Tints of Carmine #98092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.69%

R = 74.88%
G = 4.43%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#98092A (or 0x98092A) is known color: Carmine. HEX triplet: 98, 09 and 2A. RGB value is (152,9,42). Sum of RGB (Red+Green+Blue) = 152+9+42=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #98092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98092A is #67F6D5. Grayscale: #373737. Windows color (decimal): -6813398 or 2754968. OLE color: 2754968.

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

Color convert

RGB 152 9 42 -
CMYK 0 0.94 0.72 0.40
HSL 346.15º 0.89% 0.32% -
HSV(B) 346.15º 0.94% 0.6% -
XYZ 13.46 7.04 2.84 -
YUV 55.52 120.38 196.82 -
System Red Green Blue C M Y K H S L
Decimal 152 9 42 0 0.94 0.72 0.40 346.15 0.89 0.32
Hex 98 9 2A 0 5E 48 28 15A 59 20
Octal 230 11 52 0 136 110 50 532 131 40
Binary 10011000 1001 101010 0 1011110 1001000 101000 101011010 1011001 100000

Color Harmonies of #98092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98092A

Black with #98092A

Text Example


Text Example

White with #98092A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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