Html Css Color HEX #98012F Carmine

📋 copy color: '#98012F'

red 152 ◦ green 1 ◦ blue 47

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

Shades of Carmine #98012F

Tints of Carmine #98012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 47 (18.75% from 255) = 23.5%

R = 76%
G = 0.5%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#98012F (or 0x98012F) is known color: Carmine. HEX triplet: 98, 01 and 2F. RGB value is (152,1,47). Sum of RGB (Red+Green+Blue) = 152+1+47=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #98012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98012F is #67FED0. Grayscale: #333333. Windows color (decimal): -6815441 or 3080600. OLE color: 3080600.

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

Color convert

RGB 152 1 47 -
CMYK 0 0.99 0.69 0.40
HSL 341.72º 0.99% 0.3% -
HSV(B) 341.72º 0.99% 0.6% -
XYZ 13.47 6.9 3.31 -
YUV 51.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 152 1 47 0 0.99 0.69 0.40 341.72 0.99 0.3
Hex 98 1 2F 0 63 45 28 156 63 1E
Octal 230 1 57 0 143 105 50 526 143 36
Binary 10011000 1 101111 0 1100011 1000101 101000 101010110 1100011 11110

Color Harmonies of #98012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98012F

Black with #98012F

Text Example


Text Example

White with #98012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98012F; }

 p { color: rgb(152,1,47); }

 H1.HeaderClassName
 {
   color: #98012F;
 }
 .AnyTagClassName
 {
   color: #98012F;
 }
</style>

background-color css

<style>
 a { background-color: #98012F; }

 a { background-color: rgb(152,1,47); }

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

border-color css

<style>
 span { border-color: #98012F; }

 span { border-color: rgb(152,1,47); }

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