#971B2B

Color #971B2B Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #971B2B

Tints of Bright Red #971B2B

Color information

#971B2B (or 0x971B2B) is unknown color: approx Bright Red. HEX triplet: 97, 1B and 2B. RGB value is (151,27,43). Sum of RGB (Red+Green+Blue) = 151+27+43=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #971B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971B2B is #68E4D4. Grayscale: #414141. Windows color (decimal): -6874325 or 2825111. OLE color: 2825111.

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

Color convert

RGB1512743-
CMYK00.820.720.41
HSL352.26º69.66%34.9%-
HSV(B)352.26º82.12%59.22%-
XYZ13.597.543.02-
YUV65.9115.08188.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 68.33%
GREEN value IS 27 (10.94% from 255) = 12.22%
BLUE value IS 43 (17.19% from 255) = 19.46%
R=68.33%
G=12.22%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151274300.820.720.41352.2669.6634.9
Hex971B2B05248291604623
Octal227335301221105154010643
Binary10010111110111010110101001010010001010011011000001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #971B2B;
 }
 .AnyTagClassName
 {
   color: #971B2B;
 }
</style>
background-color css

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

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

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

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

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

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