#96262F

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

Shades of Bright Red #96262F

Tints of Bright Red #96262F

Color information

#96262F (or 0x96262F) is unknown color: approx Bright Red. HEX triplet: 96, 26 and 2F. RGB value is (150,38,47). Sum of RGB (Red+Green+Blue) = 150+38+47=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #96262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96262F is #69D9D0. Grayscale: #484848. Windows color (decimal): -6937041 or 3090070. OLE color: 3090070.

HSL color Cylindrical-coordinate representation of color #96262F: hue angle of 355.18º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96262F is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1503847-
CMYK00.750.690.41
HSL355.18º59.57%36.86%-
HSV(B)355.18º74.67%58.82%-
XYZ13.788.083.52-
YUV72.51113.61183.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.83%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 47 (18.75% from 255) = 20%
R=63.83%
G=16.17%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150384700.750.690.41355.1859.5736.86
Hex96262F04B45291633c25
Octal22646570113105515437445
Binary10010110100110101111010010111000101101001101100011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96262F; }

 p { color: rgb(150,38,47); }

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

<style>
 a { background-color: #96262F; }

 a { background-color: rgb(150,38,47); }

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

<style>
 span { border-color: #96262F; }

 span { border-color: rgb(150,38,47); }

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