Html Css Color HEX #9B1530 Bright Red

📋 copy color: '#9B1530'

red 155 ◦ green 21 ◦ blue 48

#9B1530
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #9B1530

Tints of Bright Red #9B1530

RGB

 RED value IS 155 (60.94% from 255) = 69.2%

 GREEN value IS 21 (8.59% from 255) = 9.38%

 BLUE value IS 48 (19.14% from 255) = 21.43%

R = 69.2%
G = 9.38%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9B1530 (or 0x9B1530) is known color: Bright Red. HEX triplet: 9B, 15 and 30. RGB value is (155,21,48). Sum of RGB (Red+Green+Blue) = 155+21+48=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1530 is #64EACF. Grayscale: #404040. Windows color (decimal): -6613712 or 3151259. OLE color: 3151259.

HSL color Cylindrical-coordinate representation of color #9B1530: hue angle of 347.91º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1530 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 21 48 -
CMYK 0 0.86 0.69 0.39
HSL 347.91º 0.76% 0.35% -
HSV(B) 347.91º 0.86% 0.61% -
XYZ 14.32 7.72 3.53 -
YUV 64.14 118.89 192.8 -
System Red Green Blue C M Y K H S L
Decimal 155 21 48 0 0.86 0.69 0.39 347.91 0.76 0.35
Hex 9B 15 30 0 56 45 27 15C 4C 23
Octal 233 25 60 0 126 105 47 534 114 43
Binary 10011011 10101 110000 0 1010110 1000101 100111 101011100 1001100 100011

Color Harmonies of #9B1530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1530

Black with #9B1530

Text Example


Text Example

White with #9B1530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,21,48); }

 H1.HeaderClassName
 {
   color: #9B1530;
 }
 .AnyTagClassName
 {
   color: #9B1530;
 }
</style>

background-color css

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

 a { background-color: rgb(155,21,48); }

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

border-color css

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

 span { border-color: rgb(155,21,48); }

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