Html Css Color HEX #970312 Carmine

📋 copy color: '#970312'

red 151 ◦ green 3 ◦ blue 18

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

Shades of Carmine #970312

Tints of Carmine #970312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.47%

R = 87.79%
G = 1.74%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#970312 (or 0x970312) is known color: Carmine. HEX triplet: 97, 03 and 12. RGB value is (151,3,18). Sum of RGB (Red+Green+Blue) = 151+3+18=172 (22% of max value = 765). Red value is 151 (59.38% from 255 or 87.79% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 151 - color contains mainly: red. Hex color #970312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970312 is #68FCED. Grayscale: #313131. Windows color (decimal): -6880494 or 1180567. OLE color: 1180567.

HSL color Cylindrical-coordinate representation of color #970312: hue angle of 353.92º 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 #970312 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 3 18 -
CMYK 0 0.98 0.88 0.41
HSL 353.92º 0.96% 0.3% -
HSV(B) 353.92º 0.98% 0.59% -
XYZ 12.9 6.69 1.18 -
YUV 48.96 110.53 200.78 -
System Red Green Blue C M Y K H S L
Decimal 151 3 18 0 0.98 0.88 0.41 353.92 0.96 0.3
Hex 97 3 12 0 62 58 29 162 60 1E
Octal 227 3 22 0 142 130 51 542 140 36
Binary 10010111 11 10010 0 1100010 1011000 101001 101100010 1100000 11110

Color Harmonies of #970312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970312

Black with #970312

Text Example


Text Example

White with #970312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970312; }

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

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

background-color css

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

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

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

border-color css

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

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

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