#9C0F3A

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

Shades of Bright Red #9C0F3A

Tints of Bright Red #9C0F3A

Color information

#9C0F3A (or 0x9C0F3A) is unknown color: approx Bright Red. HEX triplet: 9C, 0F and 3A. RGB value is (156,15,58). Sum of RGB (Red+Green+Blue) = 156+15+58=229 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.12% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0F3A is #63F0C5. Grayscale: #3E3E3E. Windows color (decimal): -6549702 or 3805084. OLE color: 3805084.

HSL color Cylindrical-coordinate representation of color #9C0F3A: hue angle of 341.7º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F3A is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB1561558-
CMYK00.900.630.39
HSL341.7º82.46%33.53%-
HSV(B)341.7º90.38%61.18%-
XYZ14.647.724.72-
YUV62.06125.71195-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 68.12%
GREEN value IS 15 (6.25% from 255) = 6.55%
BLUE value IS 58 (23.05% from 255) = 25.33%
R=68.12%
G=6.55%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156155800.900.630.39341.782.4633.53
Hex9CF3A05A3F271565222
Octal23417720132774752612242
Binary100111001111111010010110101111111001111010101101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C0F3A; }

 p { color: rgb(156,15,58); }

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

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

 a { background-color: rgb(156,15,58); }

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

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

 span { border-color: rgb(156,15,58); }

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