Html Css Color HEX #98041C Carmine

📋 copy color: '#98041C'

red 152 ◦ green 4 ◦ blue 28

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

Shades of Carmine #98041C

Tints of Carmine #98041C

RGB

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

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

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

R = 82.61%
G = 2.17%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98041C (or 0x98041C) is known color: Carmine. HEX triplet: 98, 04 and 1C. RGB value is (152,4,28). Sum of RGB (Red+Green+Blue) = 152+4+28=184 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.61% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 152 - color contains mainly: red. Hex color #98041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98041C is #67FBE3. Grayscale: #333333. Windows color (decimal): -6814692 or 1836184. OLE color: 1836184.

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

Color convert

RGB 152 4 28 -
CMYK 0 0.97 0.82 0.40
HSL 350.27º 0.95% 0.31% -
HSV(B) 350.27º 0.97% 0.6% -
XYZ 13.2 6.85 1.72 -
YUV 50.99 115.03 200.05 -
System Red Green Blue C M Y K H S L
Decimal 152 4 28 0 0.97 0.82 0.40 350.27 0.95 0.31
Hex 98 4 1C 0 61 52 28 15E 5F 1F
Octal 230 4 34 0 141 122 50 536 137 37
Binary 10011000 100 11100 0 1100001 1010010 101000 101011110 1011111 11111

Color Harmonies of #98041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98041C

Black with #98041C

Text Example


Text Example

White with #98041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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