Html Css Color HEX #980230 Carmine

📋 copy color: '#980230'

red 152 ◦ green 2 ◦ blue 48

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

Shades of Carmine #980230

Tints of Carmine #980230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.76%

R = 75.25%
G = 0.99%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#980230 (or 0x980230) is known color: Carmine. HEX triplet: 98, 02 and 30. RGB value is (152,2,48). Sum of RGB (Red+Green+Blue) = 152+2+48=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #980230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980230 is #67FDCF. Grayscale: #343434. Windows color (decimal): -6815184 or 3146392. OLE color: 3146392.

HSL color Cylindrical-coordinate representation of color #980230: hue angle of 341.6º 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 #980230 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 2 48 -
CMYK 0 0.99 0.68 0.40
HSL 341.6º 0.97% 0.3% -
HSV(B) 341.6º 0.99% 0.6% -
XYZ 13.5 6.93 3.42 -
YUV 52.09 125.7 199.26 -
System Red Green Blue C M Y K H S L
Decimal 152 2 48 0 0.99 0.68 0.40 341.6 0.97 0.3
Hex 98 2 30 0 63 44 28 156 61 1E
Octal 230 2 60 0 143 104 50 526 141 36
Binary 10011000 10 110000 0 1100011 1000100 101000 101010110 1100001 11110

Color Harmonies of #980230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980230

Black with #980230

Text Example


Text Example

White with #980230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980230; }

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

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

background-color css

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

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

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

border-color css

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

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

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