Html Css Color HEX #98091A Carmine

📋 copy color: '#98091A'

red 152 ◦ green 9 ◦ blue 26

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

Shades of Carmine #98091A

Tints of Carmine #98091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.9%

R = 81.28%
G = 4.81%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#98091A (or 0x98091A) is known color: Carmine. HEX triplet: 98, 09 and 1A. RGB value is (152,9,26). Sum of RGB (Red+Green+Blue) = 152+9+26=187 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.28% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 152 - color contains mainly: red. Hex color #98091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98091A is #67F6E5. Grayscale: #353535. Windows color (decimal): -6813414 or 1706392. OLE color: 1706392.

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

Color convert

RGB 152 9 26 -
CMYK 0 0.94 0.83 0.40
HSL 352.87º 0.89% 0.32% -
HSV(B) 352.87º 0.94% 0.6% -
XYZ 13.23 6.95 1.62 -
YUV 53.7 112.38 198.12 -
System Red Green Blue C M Y K H S L
Decimal 152 9 26 0 0.94 0.83 0.40 352.87 0.89 0.32
Hex 98 9 1A 0 5E 53 28 161 59 20
Octal 230 11 32 0 136 123 50 541 131 40
Binary 10011000 1001 11010 0 1011110 1010011 101000 101100001 1011001 100000

Color Harmonies of #98091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98091A

Black with #98091A

Text Example


Text Example

White with #98091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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