Html Css Color HEX #970025 Carmine

📋 copy color: '#970025'

red 151 ◦ green 0 ◦ blue 37

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

Shades of Carmine #970025

Tints of Carmine #970025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 37 (14.84% from 255) = 19.68%

R = 80.32%
G = 0%
B = 19.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#970025 (or 0x970025) is known color: Carmine. HEX triplet: 97, 00 and 25. RGB value is (151,0,37). Sum of RGB (Red+Green+Blue) = 151+0+37=188 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.32% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 151 - color contains mainly: red. Hex color #970025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970025 is #68FFDA. Grayscale: #313131. Windows color (decimal): -6881243 or 2424983. OLE color: 2424983.

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

Color convert

RGB 151 0 37 -
CMYK 0 1 0.75 0.41
HSL 345.3º 1% 0.3% -
HSV(B) 345.3º 1% 0.59% -
XYZ 13.1 6.71 2.36 -
YUV 49.37 121.03 200.49 -
System Red Green Blue C M Y K H S L
Decimal 151 0 37 0 1 0.75 0.41 345.3 1 0.3
Hex 97 0 25 0 64 4B 29 159 64 1E
Octal 227 0 45 0 144 113 51 531 144 36
Binary 10010111 0 100101 0 1100100 1001011 101001 101011001 1100100 11110

Color Harmonies of #970025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970025

Black with #970025

Text Example


Text Example

White with #970025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970025; }

 p { color: rgb(151,0,37); }

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

background-color css

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

 a { background-color: rgb(151,0,37); }

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

border-color css

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

 span { border-color: rgb(151,0,37); }

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