#9A1B33

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

Shades of Bright Red #9A1B33

Tints of Bright Red #9A1B33

Color information

#9A1B33 (or 0x9A1B33) is unknown color: approx Bright Red. HEX triplet: 9A, 1B and 33. RGB value is (154,27,51). Sum of RGB (Red+Green+Blue) = 154+27+51=232 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.38% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1B33 is #65E4CC. Grayscale: #434343. Windows color (decimal): -6677709 or 3349402. OLE color: 3349402.

HSL color Cylindrical-coordinate representation of color #9A1B33: hue angle of 348.66º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1B33 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB1542751-
CMYK00.820.670.40
HSL348.66º70.17%35.49%-
HSV(B)348.66º82.47%60.39%-
XYZ14.327.893.9-
YUV67.71118.58189.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 66.38%
GREEN value IS 27 (10.94% from 255) = 11.64%
BLUE value IS 51 (20.31% from 255) = 21.98%
R=66.38%
G=11.64%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154275100.820.670.40348.6670.1735.49
Hex9A1B33052432815d4623
Octal232336301221035053510643
Binary10011010110111100110101001010000111010001010111011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,27,51); }

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

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

 a { background-color: rgb(154,27,51); }

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

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

 span { border-color: rgb(154,27,51); }

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