Html Css Color HEX #970B2B Carmine

📋 copy color: '#970B2B'

red 151 ◦ green 11 ◦ blue 43

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

Shades of Carmine #970B2B

Tints of Carmine #970B2B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.37%

 BLUE value IS 43 (17.19% from 255) = 20.98%

R = 73.66%
G = 5.37%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#970B2B (or 0x970B2B) is known color: Carmine. HEX triplet: 97, 0B and 2B. RGB value is (151,11,43). Sum of RGB (Red+Green+Blue) = 151+11+43=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #970B2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970B2B is #68F4D4. Grayscale: #383838. Windows color (decimal): -6878421 or 2821015. OLE color: 2821015.

HSL color Cylindrical-coordinate representation of color #970B2B: hue angle of 346.29º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970B2B is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 11 43 -
CMYK 0 0.93 0.72 0.41
HSL 346.29º 0.86% 0.32% -
HSV(B) 346.29º 0.93% 0.59% -
XYZ 13.32 6.99 2.93 -
YUV 56.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 151 11 43 0 0.93 0.72 0.41 346.29 0.86 0.32
Hex 97 B 2B 0 5D 48 29 15A 56 20
Octal 227 13 53 0 135 110 51 532 126 40
Binary 10010111 1011 101011 0 1011101 1001000 101001 101011010 1010110 100000

Color Harmonies of #970B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970B2B

Black with #970B2B

Text Example


Text Example

White with #970B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,11,43); }

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

background-color css

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

 a { background-color: rgb(151,11,43); }

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

border-color css

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

 span { border-color: rgb(151,11,43); }

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