#9B0F3A

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

Shades of Bright Red #9B0F3A

Tints of Bright Red #9B0F3A

Color information

#9B0F3A (or 0x9B0F3A) is unknown color: approx Bright Red. HEX triplet: 9B, 0F and 3A. RGB value is (155,15,58). Sum of RGB (Red+Green+Blue) = 155+15+58=228 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.98% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0F3A is #64F0C5. Grayscale: #3D3D3D. Windows color (decimal): -6615238 or 3805083. OLE color: 3805083.

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

Color convert

RGB1551558-
CMYK00.900.630.39
HSL341.57º82.35%33.33%-
HSV(B)341.57º90.32%60.78%-
XYZ14.457.624.71-
YUV61.76125.88194.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.98%
GREEN value IS 15 (6.25% from 255) = 6.58%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=67.98%
G=6.58%
B=25.44%

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
Decimal155155800.900.630.39341.5782.3533.33
Hex9BF3A05A3F271565221
Octal23317720132774752612241
Binary100110111111111010010110101111111001111010101101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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