#96262A

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

Shades of Bright Red #96262A

Tints of Bright Red #96262A

Color information

#96262A (or 0x96262A) is unknown color: approx Bright Red. HEX triplet: 96, 26 and 2A. RGB value is (150,38,42). Sum of RGB (Red+Green+Blue) = 150+38+42=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #96262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96262A is #69D9D5. Grayscale: #484848. Windows color (decimal): -6937046 or 2762390. OLE color: 2762390.

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

Color convert

RGB1503842-
CMYK00.750.720.41
HSL357.86º59.57%36.86%-
HSV(B)357.86º74.67%58.82%-
XYZ13.698.043.02-
YUV71.94111.11183.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.22%
GREEN value IS 38 (15.23% from 255) = 16.52%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=65.22%
G=16.52%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150384200.750.720.41357.8659.5736.86
Hex96262A04B48291663c25
Octal22646520113110515467445
Binary10010110100110101010010010111001000101001101100110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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