Html Css Color HEX #970B19 Carmine

📋 copy color: '#970B19'

red 151 ◦ green 11 ◦ blue 25

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

Shades of Carmine #970B19

Tints of Carmine #970B19

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.88%

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

R = 80.75%
G = 5.88%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#970B19 (or 0x970B19) is known color: Carmine. HEX triplet: 97, 0B and 19. RGB value is (151,11,25). Sum of RGB (Red+Green+Blue) = 151+11+25=187 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.75% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 151 - color contains mainly: red. Hex color #970B19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970B19 is #68F4E6. Grayscale: #363636. Windows color (decimal): -6878439 or 1641367. OLE color: 1641367.

HSL color Cylindrical-coordinate representation of color #970B19: hue angle of 354º degrees, saturation: 0.86, 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 #970B19 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 11 25 -
CMYK 0 0.93 0.83 0.41
HSL 354º 0.86% 0.32% -
HSV(B) 354º 0.93% 0.59% -
XYZ 13.06 6.89 1.56 -
YUV 54.46 111.38 196.86 -
System Red Green Blue C M Y K H S L
Decimal 151 11 25 0 0.93 0.83 0.41 354 0.86 0.32
Hex 97 B 19 0 5D 53 29 162 56 20
Octal 227 13 31 0 135 123 51 542 126 40
Binary 10010111 1011 11001 0 1011101 1010011 101001 101100010 1010110 100000

Color Harmonies of #970B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970B19

Black with #970B19

Text Example


Text Example

White with #970B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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