Html Css Color HEX #980429 Carmine

📋 copy color: '#980429'

red 152 ◦ green 4 ◦ blue 41

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

Shades of Carmine #980429

Tints of Carmine #980429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.81%

R = 77.16%
G = 2.03%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#980429 (or 0x980429) is known color: Carmine. HEX triplet: 98, 04 and 29. RGB value is (152,4,41). Sum of RGB (Red+Green+Blue) = 152+4+41=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #980429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980429 is #67FBD6. Grayscale: #343434. Windows color (decimal): -6814679 or 2688152. OLE color: 2688152.

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

Color convert

RGB 152 4 41 -
CMYK 0 0.97 0.73 0.40
HSL 345º 0.95% 0.31% -
HSV(B) 345º 0.97% 0.6% -
XYZ 13.39 6.92 2.73 -
YUV 52.47 121.53 198.99 -
System Red Green Blue C M Y K H S L
Decimal 152 4 41 0 0.97 0.73 0.40 345 0.95 0.31
Hex 98 4 29 0 61 49 28 159 5F 1F
Octal 230 4 51 0 141 111 50 531 137 37
Binary 10011000 100 101001 0 1100001 1001001 101000 101011001 1011111 11111

Color Harmonies of #980429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980429

Black with #980429

Text Example


Text Example

White with #980429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980429; }

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

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

background-color css

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

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

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

border-color css

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

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

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