Html Css Color HEX #970618 Carmine

📋 copy color: '#970618'

red 151 ◦ green 6 ◦ blue 24

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

Shades of Carmine #970618

Tints of Carmine #970618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.31%

 BLUE value IS 24 (9.77% from 255) = 13.26%

R = 83.43%
G = 3.31%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#970618 (or 0x970618) is known color: Carmine. HEX triplet: 97, 06 and 18. RGB value is (151,6,24). Sum of RGB (Red+Green+Blue) = 151+6+24=181 (23% of max value = 765). Red value is 151 (59.38% from 255 or 83.43% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 151 - color contains mainly: red. Hex color #970618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970618 is #68F9E7. Grayscale: #333333. Windows color (decimal): -6879720 or 1574551. OLE color: 1574551.

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

Color convert

RGB 151 6 24 -
CMYK 0 0.96 0.84 0.41
HSL 352.55º 0.92% 0.31% -
HSV(B) 352.55º 0.96% 0.59% -
XYZ 12.99 6.78 1.49 -
YUV 51.41 112.54 199.04 -
System Red Green Blue C M Y K H S L
Decimal 151 6 24 0 0.96 0.84 0.41 352.55 0.92 0.31
Hex 97 6 18 0 60 54 29 161 5C 1F
Octal 227 6 30 0 140 124 51 541 134 37
Binary 10010111 110 11000 0 1100000 1010100 101001 101100001 1011100 11111

Color Harmonies of #970618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970618

Black with #970618

Text Example


Text Example

White with #970618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970618; }

 p { color: rgb(151,6,24); }

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

background-color css

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

 a { background-color: rgb(151,6,24); }

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

border-color css

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

 span { border-color: rgb(151,6,24); }

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