#992326

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

Shades of Bright Red #992326

Tints of Bright Red #992326

Color information

#992326 (or 0x992326) is unknown color: approx Bright Red. HEX triplet: 99, 23 and 26. RGB value is (153,35,38). Sum of RGB (Red+Green+Blue) = 153+35+38=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #992326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992326 is #66DCD9. Grayscale: #464646. Windows color (decimal): -6741210 or 2499481. OLE color: 2499481.

HSL color Cylindrical-coordinate representation of color #992326: hue angle of 358.47º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992326 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB1533538-
CMYK00.770.750.4
HSL358.47º62.77%36.86%-
HSV(B)358.47º77.12%60%-
XYZ14.098.112.66-
YUV70.62109.59186.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.70%
GREEN value IS 35 (14.06% from 255) = 15.49%
BLUE value IS 38 (15.23% from 255) = 16.81%
R=67.70%
G=15.49%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153353800.770.750.4358.4762.7736.86
Hex99232604D4B281663f25
Octal23143460115113505467745
Binary10011001100011100110010011011001011101000101100110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992326; }

 p { color: rgb(153,35,38); }

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

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

 a { background-color: rgb(153,35,38); }

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

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

 span { border-color: rgb(153,35,38); }

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