Html Css Color HEX #98001D Carmine

📋 copy color: '#98001D'

red 152 ◦ green 0 ◦ blue 29

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

Shades of Carmine #98001D

Tints of Carmine #98001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.02%

R = 83.98%
G = 0%
B = 16.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98001D (or 0x98001D) is known color: Carmine. HEX triplet: 98, 00 and 1D. RGB value is (152,0,29). Sum of RGB (Red+Green+Blue) = 152+0+29=181 (23% of max value = 765). Red value is 152 (59.77% from 255 or 83.98% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 152 - color contains mainly: red. Hex color #98001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98001D is #67FFE2. Grayscale: #303030. Windows color (decimal): -6815715 or 1900696. OLE color: 1900696.

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

Color convert

RGB 152 0 29 -
CMYK 0 1 0.81 0.40
HSL 348.55º 1% 0.3% -
HSV(B) 348.55º 1% 0.6% -
XYZ 13.17 6.76 1.77 -
YUV 48.75 116.86 201.64 -
System Red Green Blue C M Y K H S L
Decimal 152 0 29 0 1 0.81 0.40 348.55 1 0.3
Hex 98 0 1D 0 64 51 28 15D 64 1E
Octal 230 0 35 0 144 121 50 535 144 36
Binary 10011000 0 11101 0 1100100 1010001 101000 101011101 1100100 11110

Color Harmonies of #98001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98001D

Black with #98001D

Text Example


Text Example

White with #98001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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