Html Css Color HEX #970919 Carmine

📋 copy color: '#970919'

red 151 ◦ green 9 ◦ blue 25

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

Shades of Carmine #970919

Tints of Carmine #970919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

 BLUE value IS 25 (10.16% from 255) = 13.51%

R = 81.62%
G = 4.86%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#970919 (or 0x970919) is known color: Carmine. HEX triplet: 97, 09 and 19. RGB value is (151,9,25). Sum of RGB (Red+Green+Blue) = 151+9+25=185 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.62% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 151 - color contains mainly: red. Hex color #970919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970919 is #68F6E6. Grayscale: #353535. Windows color (decimal): -6878951 or 1640855. OLE color: 1640855.

HSL color Cylindrical-coordinate representation of color #970919: hue angle of 353.24º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970919 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 9 25 -
CMYK 0 0.94 0.83 0.41
HSL 353.24º 0.89% 0.31% -
HSV(B) 353.24º 0.94% 0.59% -
XYZ 13.04 6.84 1.55 -
YUV 53.28 112.04 197.7 -
System Red Green Blue C M Y K H S L
Decimal 151 9 25 0 0.94 0.83 0.41 353.24 0.89 0.31
Hex 97 9 19 0 5E 53 29 161 59 1F
Octal 227 11 31 0 136 123 51 541 131 37
Binary 10010111 1001 11001 0 1011110 1010011 101001 101100001 1011001 11111

Color Harmonies of #970919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970919

Black with #970919

Text Example


Text Example

White with #970919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970919; }

 p { color: rgb(151,9,25); }

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

background-color css

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

 a { background-color: rgb(151,9,25); }

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

border-color css

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

 span { border-color: rgb(151,9,25); }

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