Html Css Color HEX #98042D Carmine

📋 copy color: '#98042D'

red 152 ◦ green 4 ◦ blue 45

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

Shades of Carmine #98042D

Tints of Carmine #98042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.99%

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

R = 75.62%
G = 1.99%
B = 22.39%

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

#98042D (or 0x98042D) is known color: Carmine. HEX triplet: 98, 04 and 2D. RGB value is (152,4,45). Sum of RGB (Red+Green+Blue) = 152+4+45=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #98042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98042D is #67FBD2. Grayscale: #343434. Windows color (decimal): -6814675 or 2950296. OLE color: 2950296.

HSL color Cylindrical-coordinate representation of color #98042D: hue angle of 343.38º degrees, saturation: 0.95, 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 #98042D is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 4 45 -
CMYK 0 0.97 0.70 0.40
HSL 343.38º 0.95% 0.31% -
HSV(B) 343.38º 0.97% 0.6% -
XYZ 13.47 6.95 3.11 -
YUV 52.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 152 4 45 0 0.97 0.70 0.40 343.38 0.95 0.31
Hex 98 4 2D 0 61 46 28 157 5F 1F
Octal 230 4 55 0 141 106 50 527 137 37
Binary 10011000 100 101101 0 1100001 1000110 101000 101010111 1011111 11111

Color Harmonies of #98042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98042D

Black with #98042D

Text Example


Text Example

White with #98042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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