Html Css Color HEX #98022F Carmine

📋 copy color: '#98022F'

red 152 ◦ green 2 ◦ blue 47

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

Shades of Carmine #98022F

Tints of Carmine #98022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 75.62%
G = 1%
B = 23.38%

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

#98022F (or 0x98022F) is known color: Carmine. HEX triplet: 98, 02 and 2F. RGB value is (152,2,47). Sum of RGB (Red+Green+Blue) = 152+2+47=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #98022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98022F is #67FDD0. Grayscale: #333333. Windows color (decimal): -6815185 or 3080856. OLE color: 3080856.

HSL color Cylindrical-coordinate representation of color #98022F: hue angle of 342º degrees, saturation: 0.97, 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 #98022F is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 2 47 -
CMYK 0 0.99 0.69 0.40
HSL 342º 0.97% 0.3% -
HSV(B) 342º 0.99% 0.6% -
XYZ 13.48 6.92 3.32 -
YUV 51.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 152 2 47 0 0.99 0.69 0.40 342 0.97 0.3
Hex 98 2 2F 0 63 45 28 156 61 1E
Octal 230 2 57 0 143 105 50 526 141 36
Binary 10011000 10 101111 0 1100011 1000101 101000 101010110 1100001 11110

Color Harmonies of #98022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98022F

Black with #98022F

Text Example


Text Example

White with #98022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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