Html Css Color HEX #98001C Carmine

📋 copy color: '#98001C'

red 152 ◦ green 0 ◦ blue 28

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

Shades of Carmine #98001C

Tints of Carmine #98001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.56%

R = 84.44%
G = 0%
B = 15.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98001C (or 0x98001C) is known color: Carmine. HEX triplet: 98, 00 and 1C. RGB value is (152,0,28). Sum of RGB (Red+Green+Blue) = 152+0+28=180 (23% of max value = 765). Red value is 152 (59.77% from 255 or 84.44% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 152 - color contains mainly: red. Hex color #98001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98001C is #67FFE3. Grayscale: #303030. Windows color (decimal): -6815716 or 1835160. OLE color: 1835160.

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

Color convert

RGB 152 0 28 -
CMYK 0 1 0.82 0.40
HSL 348.95º 1% 0.3% -
HSV(B) 348.95º 1% 0.6% -
XYZ 13.16 6.76 1.71 -
YUV 48.64 116.36 201.72 -
System Red Green Blue C M Y K H S L
Decimal 152 0 28 0 1 0.82 0.40 348.95 1 0.3
Hex 98 0 1C 0 64 52 28 15D 64 1E
Octal 230 0 34 0 144 122 50 535 144 36
Binary 10011000 0 11100 0 1100100 1010010 101000 101011101 1100100 11110

Color Harmonies of #98001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98001C

Black with #98001C

Text Example


Text Example

White with #98001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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