Html Css Color HEX #98002C Carmine

📋 copy color: '#98002C'

red 152 ◦ green 0 ◦ blue 44

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

Shades of Carmine #98002C

Tints of Carmine #98002C

RGB

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

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

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

R = 77.55%
G = 0%
B = 22.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#98002C (or 0x98002C) is known color: Carmine. HEX triplet: 98, 00 and 2C. RGB value is (152,0,44). Sum of RGB (Red+Green+Blue) = 152+0+44=196 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.55% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 152 - color contains mainly: red. Hex color #98002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98002C is #67FFD3. Grayscale: #323232. Windows color (decimal): -6815700 or 2883736. OLE color: 2883736.

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

Color convert

RGB 152 0 44 -
CMYK 0 1 0.71 0.40
HSL 342.63º 1% 0.3% -
HSV(B) 342.63º 1% 0.6% -
XYZ 13.4 6.86 3 -
YUV 50.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 152 0 44 0 1 0.71 0.40 342.63 1 0.3
Hex 98 0 2C 0 64 47 28 157 64 1E
Octal 230 0 54 0 144 107 50 527 144 36
Binary 10011000 0 101100 0 1100100 1000111 101000 101010111 1100100 11110

Color Harmonies of #98002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98002C

Black with #98002C

Text Example


Text Example

White with #98002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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