Html Css Color HEX #970F1B Carmine

📋 copy color: '#970F1B'

red 151 ◦ green 15 ◦ blue 27

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

Shades of Carmine #970F1B

Tints of Carmine #970F1B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.77%

 BLUE value IS 27 (10.94% from 255) = 13.99%

R = 78.24%
G = 7.77%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#970F1B (or 0x970F1B) is known color: Carmine. HEX triplet: 97, 0F and 1B. RGB value is (151,15,27). Sum of RGB (Red+Green+Blue) = 151+15+27=193 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.24% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 151 - color contains mainly: red. Hex color #970F1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970F1B is #68F0E4. Grayscale: #393939. Windows color (decimal): -6877413 or 1773463. OLE color: 1773463.

HSL color Cylindrical-coordinate representation of color #970F1B: hue angle of 354.71º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F1B is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 27 -
CMYK 0 0.90 0.82 0.41
HSL 354.71º 0.82% 0.33% -
HSV(B) 354.71º 0.9% 0.59% -
XYZ 13.13 7 1.7 -
YUV 57.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 151 15 27 0 0.90 0.82 0.41 354.71 0.82 0.33
Hex 97 F 1B 0 5A 52 29 163 52 21
Octal 227 17 33 0 132 122 51 543 122 41
Binary 10010111 1111 11011 0 1011010 1010010 101001 101100011 1010010 100001

Color Harmonies of #970F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F1B

Black with #970F1B

Text Example


Text Example

White with #970F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970F1B; }

 p { color: rgb(151,15,27); }

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

background-color css

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

 a { background-color: rgb(151,15,27); }

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

border-color css

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

 span { border-color: rgb(151,15,27); }

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