Html Css Color HEX #970416 Carmine

📋 copy color: '#970416'

red 151 ◦ green 4 ◦ blue 22

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

Shades of Carmine #970416

Tints of Carmine #970416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

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

R = 85.31%
G = 2.26%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#970416 (or 0x970416) is known color: Carmine. HEX triplet: 97, 04 and 16. RGB value is (151,4,22). Sum of RGB (Red+Green+Blue) = 151+4+22=177 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.31% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 151 - color contains mainly: red. Hex color #970416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970416 is #68FBE9. Grayscale: #323232. Windows color (decimal): -6880234 or 1442967. OLE color: 1442967.

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

Color convert

RGB 151 4 22 -
CMYK 0 0.97 0.85 0.41
HSL 352.65º 0.95% 0.3% -
HSV(B) 352.65º 0.97% 0.59% -
XYZ 12.95 6.72 1.37 -
YUV 50.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 151 4 22 0 0.97 0.85 0.41 352.65 0.95 0.3
Hex 97 4 16 0 61 55 29 161 5F 1E
Octal 227 4 26 0 141 125 51 541 137 36
Binary 10010111 100 10110 0 1100001 1010101 101001 101100001 1011111 11110

Color Harmonies of #970416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970416

Black with #970416

Text Example


Text Example

White with #970416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970416; }

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

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

background-color css

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

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

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

border-color css

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

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

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