Html Css Color HEX #98082C Carmine

📋 copy color: '#98082C'

red 152 ◦ green 8 ◦ blue 44

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

Shades of Carmine #98082C

Tints of Carmine #98082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

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

R = 74.51%
G = 3.92%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#98082C (or 0x98082C) is known color: Carmine. HEX triplet: 98, 08 and 2C. RGB value is (152,8,44). Sum of RGB (Red+Green+Blue) = 152+8+44=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #98082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98082C is #67F7D3. Grayscale: #373737. Windows color (decimal): -6813652 or 2885784. OLE color: 2885784.

HSL color Cylindrical-coordinate representation of color #98082C: hue angle of 345º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98082C is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 8 44 -
CMYK 0 0.95 0.71 0.40
HSL 345º 0.9% 0.31% -
HSV(B) 345º 0.95% 0.6% -
XYZ 13.49 7.03 3.03 -
YUV 55.16 121.71 197.07 -
System Red Green Blue C M Y K H S L
Decimal 152 8 44 0 0.95 0.71 0.40 345 0.9 0.31
Hex 98 8 2C 0 5F 47 28 159 5A 1F
Octal 230 10 54 0 137 107 50 531 132 37
Binary 10011000 1000 101100 0 1011111 1000111 101000 101011001 1011010 11111

Color Harmonies of #98082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98082C

Black with #98082C

Text Example


Text Example

White with #98082C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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