Html Css Color HEX #980332 Carmine

📋 copy color: '#980332'

red 152 ◦ green 3 ◦ blue 50

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

Shades of Carmine #980332

Tints of Carmine #980332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 74.15%
G = 1.46%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#980332 (or 0x980332) is known color: Carmine. HEX triplet: 98, 03 and 32. RGB value is (152,3,50). Sum of RGB (Red+Green+Blue) = 152+3+50=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #980332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980332 is #67FCCD. Grayscale: #343434. Windows color (decimal): -6814926 or 3277720. OLE color: 3277720.

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

Color convert

RGB 152 3 50 -
CMYK 0 0.98 0.67 0.40
HSL 341.07º 0.96% 0.3% -
HSV(B) 341.07º 0.98% 0.6% -
XYZ 13.56 6.97 3.65 -
YUV 52.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 152 3 50 0 0.98 0.67 0.40 341.07 0.96 0.3
Hex 98 3 32 0 62 43 28 155 60 1E
Octal 230 3 62 0 142 103 50 525 140 36
Binary 10011000 11 110010 0 1100010 1000011 101000 101010101 1100000 11110

Color Harmonies of #980332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980332

Black with #980332

Text Example


Text Example

White with #980332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980332; }

 p { color: rgb(152,3,50); }

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

background-color css

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

 a { background-color: rgb(152,3,50); }

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

border-color css

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

 span { border-color: rgb(152,3,50); }

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