Html Css Color HEX #971B3A Bright Red

📋 copy color: '#971B3A'

red 151 ◦ green 27 ◦ blue 58

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

Shades of Bright Red #971B3A

Tints of Bright Red #971B3A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.44%

 BLUE value IS 58 (23.05% from 255) = 24.58%

R = 63.98%
G = 11.44%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#971B3A (or 0x971B3A) is known color: Bright Red. HEX triplet: 97, 1B and 3A. RGB value is (151,27,58). Sum of RGB (Red+Green+Blue) = 151+27+58=236 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.98% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 151 - color contains mainly: red. Hex color #971B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971B3A is #68E4C5. Grayscale: #434343. Windows color (decimal): -6874310 or 3808151. OLE color: 3808151.

HSL color Cylindrical-coordinate representation of color #971B3A: hue angle of 345º 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 #971B3A is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 27 58 -
CMYK 0 0.82 0.62 0.41
HSL 345º 0.7% 0.35% -
HSV(B) 345º 0.82% 0.59% -
XYZ 13.92 7.67 4.75 -
YUV 67.61 122.58 187.48 -
System Red Green Blue C M Y K H S L
Decimal 151 27 58 0 0.82 0.62 0.41 345 0.7 0.35
Hex 97 1B 3A 0 52 3E 29 159 46 23
Octal 227 33 72 0 122 76 51 531 106 43
Binary 10010111 11011 111010 0 1010010 111110 101001 101011001 1000110 100011

Color Harmonies of #971B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971B3A

Black with #971B3A

Text Example


Text Example

White with #971B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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