#96253A

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

Shades of Bright Red #96253A

Tints of Bright Red #96253A

Color information

#96253A (or 0x96253A) is unknown color: approx Bright Red. HEX triplet: 96, 25 and 3A. RGB value is (150,37,58). Sum of RGB (Red+Green+Blue) = 150+37+58=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96253A is #69DAC5. Grayscale: #494949. Windows color (decimal): -6937286 or 3810710. OLE color: 3810710.

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

Color convert

RGB1503758-
CMYK00.750.610.41
HSL348.85º60.43%36.67%-
HSV(B)348.85º75.33%58.82%-
XYZ148.114.83-
YUV73.18119.44182.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.22%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=61.22%
G=15.10%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150375800.750.610.41348.8560.4336.67
Hex96253A04B3D2915d3c25
Octal2264572011375515357445
Binary1001011010010111101001001011111101101001101011101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,37,58); }

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

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

 a { background-color: rgb(150,37,58); }

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

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

 span { border-color: rgb(150,37,58); }

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