#96262B

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

Shades of Bright Red #96262B

Tints of Bright Red #96262B

Color information

#96262B (or 0x96262B) is unknown color: approx Bright Red. HEX triplet: 96, 26 and 2B. RGB value is (150,38,43). Sum of RGB (Red+Green+Blue) = 150+38+43=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96262B is #69D9D4. Grayscale: #484848. Windows color (decimal): -6937045 or 2827926. OLE color: 2827926.

HSL color Cylindrical-coordinate representation of color #96262B: hue angle of 357.32º 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 #96262B is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1503843-
CMYK00.750.710.41
HSL357.32º59.57%36.86%-
HSV(B)357.32º74.67%58.82%-
XYZ13.718.043.12-
YUV72.06111.61183.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.94%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 43 (17.19% from 255) = 18.61%
R=64.94%
G=16.45%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150384300.750.710.41357.3259.5736.86
Hex96262B04B47291653c25
Octal22646530113107515457445
Binary10010110100110101011010010111000111101001101100101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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