Html Css Color HEX #961B28 Bright Red

📋 copy color: '#961B28'

red 150 ◦ green 27 ◦ blue 40

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

Shades of Bright Red #961B28

Tints of Bright Red #961B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.43%

R = 69.12%
G = 12.44%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#961B28 (or 0x961B28) is known color: Bright Red. HEX triplet: 96, 1B and 28. RGB value is (150,27,40). Sum of RGB (Red+Green+Blue) = 150+27+40=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #961B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961B28 is #69E4D7. Grayscale: #414141. Windows color (decimal): -6939864 or 2628502. OLE color: 2628502.

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

Color convert

RGB 150 27 40 -
CMYK 0 0.82 0.73 0.41
HSL 353.66º 0.69% 0.35% -
HSV(B) 353.66º 0.82% 0.59% -
XYZ 13.35 7.42 2.74 -
YUV 65.26 113.75 188.44 -
System Red Green Blue C M Y K H S L
Decimal 150 27 40 0 0.82 0.73 0.41 353.66 0.69 0.35
Hex 96 1B 28 0 52 49 29 162 45 23
Octal 226 33 50 0 122 111 51 542 105 43
Binary 10010110 11011 101000 0 1010010 1001001 101001 101100010 1000101 100011

Color Harmonies of #961B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961B28

Black with #961B28

Text Example


Text Example

White with #961B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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