#962025

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

Shades of Bright Red #962025

Tints of Bright Red #962025

Color information

#962025 (or 0x962025) is unknown color: approx Bright Red. HEX triplet: 96, 20 and 25. RGB value is (150,32,37). Sum of RGB (Red+Green+Blue) = 150+32+37=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #962025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962025 is #69DFDA. Grayscale: #434343. Windows color (decimal): -6938587 or 2433174. OLE color: 2433174.

HSL color Cylindrical-coordinate representation of color #962025: hue angle of 357.46º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962025 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB1503237-
CMYK00.790.750.41
HSL357.46º64.84%35.69%-
HSV(B)357.46º78.67%58.82%-
XYZ13.437.652.52-
YUV67.85110.59186.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.49%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 37 (14.84% from 255) = 16.89%
R=68.49%
G=14.61%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150323700.790.750.41357.4664.8435.69
Hex96202504F4B291654124
Octal226404501171135154510144
Binary100101101000001001010100111110010111010011011001011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962025; }

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

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

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

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

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

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

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

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