Html Css Color HEX #980A33 Carmine

📋 copy color: '#980A33'

red 152 ◦ green 10 ◦ blue 51

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

Shades of Carmine #980A33

Tints of Carmine #980A33

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.69%

 BLUE value IS 51 (20.31% from 255) = 23.94%

R = 71.36%
G = 4.69%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#980A33 (or 0x980A33) is known color: Carmine. HEX triplet: 98, 0A and 33. RGB value is (152,10,51). Sum of RGB (Red+Green+Blue) = 152+10+51=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #980A33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A33 is #67F5CC. Grayscale: #393939. Windows color (decimal): -6813133 or 3345048. OLE color: 3345048.

HSL color Cylindrical-coordinate representation of color #980A33: hue angle of 342.68º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A33 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 10 51 -
CMYK 0 0.93 0.66 0.40
HSL 342.68º 0.88% 0.32% -
HSV(B) 342.68º 0.93% 0.6% -
XYZ 13.65 7.13 3.79 -
YUV 57.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 152 10 51 0 0.93 0.66 0.40 342.68 0.88 0.32
Hex 98 A 33 0 5D 42 28 157 58 20
Octal 230 12 63 0 135 102 50 527 130 40
Binary 10011000 1010 110011 0 1011101 1000010 101000 101010111 1011000 100000

Color Harmonies of #980A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A33

Black with #980A33

Text Example


Text Example

White with #980A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980A33; }

 p { color: rgb(152,10,51); }

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

background-color css

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

 a { background-color: rgb(152,10,51); }

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

border-color css

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

 span { border-color: rgb(152,10,51); }

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