Html Css Color HEX #970A29 Carmine

📋 copy color: '#970A29'

red 151 ◦ green 10 ◦ blue 41

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

Shades of Carmine #970A29

Tints of Carmine #970A29

RGB

 RED value IS 151 (59.38% from 255) = 74.75%

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

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

R = 74.75%
G = 4.95%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#970A29 (or 0x970A29) is known color: Carmine. HEX triplet: 97, 0A and 29. RGB value is (151,10,41). Sum of RGB (Red+Green+Blue) = 151+10+41=202 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.75% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 151 - color contains mainly: red. Hex color #970A29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970A29 is #68F5D6. Grayscale: #373737. Windows color (decimal): -6878679 or 2689687. OLE color: 2689687.

HSL color Cylindrical-coordinate representation of color #970A29: hue angle of 346.81º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970A29 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 10 41 -
CMYK 0 0.93 0.73 0.41
HSL 346.81º 0.88% 0.32% -
HSV(B) 346.81º 0.93% 0.59% -
XYZ 13.27 6.96 2.74 -
YUV 55.69 119.71 195.98 -
System Red Green Blue C M Y K H S L
Decimal 151 10 41 0 0.93 0.73 0.41 346.81 0.88 0.32
Hex 97 A 29 0 5D 49 29 15B 58 20
Octal 227 12 51 0 135 111 51 533 130 40
Binary 10010111 1010 101001 0 1011101 1001001 101001 101011011 1011000 100000

Color Harmonies of #970A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970A29

Black with #970A29

Text Example


Text Example

White with #970A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970A29; }

 p { color: rgb(151,10,41); }

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

background-color css

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

 a { background-color: rgb(151,10,41); }

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

border-color css

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

 span { border-color: rgb(151,10,41); }

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