Html Css Color HEX #970316 Carmine

📋 copy color: '#970316'

red 151 ◦ green 3 ◦ blue 22

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

Shades of Carmine #970316

Tints of Carmine #970316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.7%

 BLUE value IS 22 (8.98% from 255) = 12.5%

R = 85.8%
G = 1.7%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#970316 (or 0x970316) is known color: Carmine. HEX triplet: 97, 03 and 16. RGB value is (151,3,22). Sum of RGB (Red+Green+Blue) = 151+3+22=176 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.80% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 151 - color contains mainly: red. Hex color #970316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970316 is #68FCE9. Grayscale: #313131. Windows color (decimal): -6880490 or 1442711. OLE color: 1442711.

HSL color Cylindrical-coordinate representation of color #970316: hue angle of 352.3º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #970316 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 3 22 -
CMYK 0 0.98 0.85 0.41
HSL 352.3º 0.96% 0.3% -
HSV(B) 352.3º 0.98% 0.59% -
XYZ 12.94 6.7 1.37 -
YUV 49.42 112.53 200.46 -
System Red Green Blue C M Y K H S L
Decimal 151 3 22 0 0.98 0.85 0.41 352.3 0.96 0.3
Hex 97 3 16 0 62 55 29 160 60 1E
Octal 227 3 26 0 142 125 51 540 140 36
Binary 10010111 11 10110 0 1100010 1010101 101001 101100000 1100000 11110

Color Harmonies of #970316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970316

Black with #970316

Text Example


Text Example

White with #970316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970316; }

 p { color: rgb(151,3,22); }

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

background-color css

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

 a { background-color: rgb(151,3,22); }

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

border-color css

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

 span { border-color: rgb(151,3,22); }

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