Html Css Color HEX #96132B Bright Red

📋 copy color: '#96132B'

red 150 ◦ green 19 ◦ blue 43

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

Shades of Bright Red #96132B

Tints of Bright Red #96132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.96%

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

R = 70.75%
G = 8.96%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96132B (or 0x96132B) is known color: Bright Red. HEX triplet: 96, 13 and 2B. RGB value is (150,19,43). Sum of RGB (Red+Green+Blue) = 150+19+43=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #96132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96132B is #69ECD4. Grayscale: #3C3C3C. Windows color (decimal): -6941909 or 2823062. OLE color: 2823062.

HSL color Cylindrical-coordinate representation of color #96132B: hue angle of 349.01º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96132B is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 43 -
CMYK 0 0.87 0.71 0.41
HSL 349.01º 0.78% 0.33% -
HSV(B) 349.01º 0.87% 0.59% -
XYZ 13.25 7.12 2.96 -
YUV 60.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 150 19 43 0 0.87 0.71 0.41 349.01 0.78 0.33
Hex 96 13 2B 0 57 47 29 15D 4E 21
Octal 226 23 53 0 127 107 51 535 116 41
Binary 10010110 10011 101011 0 1010111 1000111 101001 101011101 1001110 100001

Color Harmonies of #96132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96132B

Black with #96132B

Text Example


Text Example

White with #96132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96132B; }

 p { color: rgb(150,19,43); }

 H1.HeaderClassName
 {
   color: #96132B;
 }
 .AnyTagClassName
 {
   color: #96132B;
 }
</style>

background-color css

<style>
 a { background-color: #96132B; }

 a { background-color: rgb(150,19,43); }

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

border-color css

<style>
 span { border-color: #96132B; }

 span { border-color: rgb(150,19,43); }

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