Html Css Color HEX #98052D Carmine

📋 copy color: '#98052D'

red 152 ◦ green 5 ◦ blue 45

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

Shades of Carmine #98052D

Tints of Carmine #98052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.48%

 BLUE value IS 45 (17.97% from 255) = 22.28%

R = 75.25%
G = 2.48%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98052D (or 0x98052D) is known color: Carmine. HEX triplet: 98, 05 and 2D. RGB value is (152,5,45). Sum of RGB (Red+Green+Blue) = 152+5+45=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #98052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98052D is #67FAD2. Grayscale: #353535. Windows color (decimal): -6814419 or 2950552. OLE color: 2950552.

HSL color Cylindrical-coordinate representation of color #98052D: hue angle of 343.67º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98052D is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 5 45 -
CMYK 0 0.97 0.70 0.40
HSL 343.67º 0.94% 0.31% -
HSV(B) 343.67º 0.97% 0.6% -
XYZ 13.48 6.97 3.12 -
YUV 53.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 152 5 45 0 0.97 0.70 0.40 343.67 0.94 0.31
Hex 98 5 2D 0 61 46 28 158 5E 1F
Octal 230 5 55 0 141 106 50 530 136 37
Binary 10011000 101 101101 0 1100001 1000110 101000 101011000 1011110 11111

Color Harmonies of #98052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98052D

Black with #98052D

Text Example


Text Example

White with #98052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98052D; }

 p { color: rgb(152,5,45); }

 H1.HeaderClassName
 {
   color: #98052D;
 }
 .AnyTagClassName
 {
   color: #98052D;
 }
</style>

background-color css

<style>
 a { background-color: #98052D; }

 a { background-color: rgb(152,5,45); }

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

border-color css

<style>
 span { border-color: #98052D; }

 span { border-color: rgb(152,5,45); }

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