Html Css Color HEX #98002D Carmine

📋 copy color: '#98002D'

red 152 ◦ green 0 ◦ blue 45

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

Shades of Carmine #98002D

Tints of Carmine #98002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.16%
G = 0%
B = 22.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98002D (or 0x98002D) is known color: Carmine. HEX triplet: 98, 00 and 2D. RGB value is (152,0,45). Sum of RGB (Red+Green+Blue) = 152+0+45=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #98002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98002D is #67FFD2. Grayscale: #323232. Windows color (decimal): -6815699 or 2949272. OLE color: 2949272.

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

Color convert

RGB 152 0 45 -
CMYK 0 1 0.70 0.40
HSL 342.24º 1% 0.3% -
HSV(B) 342.24º 1% 0.6% -
XYZ 13.42 6.86 3.1 -
YUV 50.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 152 0 45 0 1 0.70 0.40 342.24 1 0.3
Hex 98 0 2D 0 64 46 28 156 64 1E
Octal 230 0 55 0 144 106 50 526 144 36
Binary 10011000 0 101101 0 1100100 1000110 101000 101010110 1100100 11110

Color Harmonies of #98002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98002D

Black with #98002D

Text Example


Text Example

White with #98002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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