Html Css Color HEX #961B2C Bright Red

📋 copy color: '#961B2C'

red 150 ◦ green 27 ◦ blue 44

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

Shades of Bright Red #961B2C

Tints of Bright Red #961B2C

RGB

 RED value IS 150 (58.98% from 255) = 67.87%

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

 BLUE value IS 44 (17.58% from 255) = 19.91%

R = 67.87%
G = 12.22%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#961B2C (or 0x961B2C) is known color: Bright Red. HEX triplet: 96, 1B and 2C. RGB value is (150,27,44). Sum of RGB (Red+Green+Blue) = 150+27+44=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #961B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961B2C is #69E4D3. Grayscale: #414141. Windows color (decimal): -6939860 or 2890646. OLE color: 2890646.

HSL color Cylindrical-coordinate representation of color #961B2C: hue angle of 351.71º degrees, saturation: 0.69, 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 #961B2C is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 27 44 -
CMYK 0 0.82 0.71 0.41
HSL 351.71º 0.69% 0.35% -
HSV(B) 351.71º 0.82% 0.59% -
XYZ 13.42 7.45 3.11 -
YUV 65.72 115.75 188.12 -
System Red Green Blue C M Y K H S L
Decimal 150 27 44 0 0.82 0.71 0.41 351.71 0.69 0.35
Hex 96 1B 2C 0 52 47 29 160 45 23
Octal 226 33 54 0 122 107 51 540 105 43
Binary 10010110 11011 101100 0 1010010 1000111 101001 101100000 1000101 100011

Color Harmonies of #961B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961B2C

Black with #961B2C

Text Example


Text Example

White with #961B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961B2C; }

 p { color: rgb(150,27,44); }

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

background-color css

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

 a { background-color: rgb(150,27,44); }

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

border-color css

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

 span { border-color: rgb(150,27,44); }

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