Html Css Color HEX #98072C Carmine

📋 copy color: '#98072C'

red 152 ◦ green 7 ◦ blue 44

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

Shades of Carmine #98072C

Tints of Carmine #98072C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.45%

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

R = 74.88%
G = 3.45%
B = 21.67%

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

#98072C (or 0x98072C) is known color: Carmine. HEX triplet: 98, 07 and 2C. RGB value is (152,7,44). Sum of RGB (Red+Green+Blue) = 152+7+44=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #98072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98072C is #67F8D3. Grayscale: #363636. Windows color (decimal): -6813908 or 2885528. OLE color: 2885528.

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

Color convert

RGB 152 7 44 -
CMYK 0 0.95 0.71 0.40
HSL 344.69º 0.91% 0.31% -
HSV(B) 344.69º 0.95% 0.6% -
XYZ 13.48 7.01 3.03 -
YUV 54.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 152 7 44 0 0.95 0.71 0.40 344.69 0.91 0.31
Hex 98 7 2C 0 5F 47 28 159 5B 1F
Octal 230 7 54 0 137 107 50 531 133 37
Binary 10011000 111 101100 0 1011111 1000111 101000 101011001 1011011 11111

Color Harmonies of #98072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98072C

Black with #98072C

Text Example


Text Example

White with #98072C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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