Html Css Color HEX #9B1429 Bright Red

📋 copy color: '#9B1429'

red 155 ◦ green 20 ◦ blue 41

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

Shades of Bright Red #9B1429

Tints of Bright Red #9B1429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.26%

 BLUE value IS 41 (16.41% from 255) = 18.98%

R = 71.76%
G = 9.26%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B1429 (or 0x9B1429) is known color: Bright Red. HEX triplet: 9B, 14 and 29. RGB value is (155,20,41). Sum of RGB (Red+Green+Blue) = 155+20+41=216 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.76% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1429 is #64EBD6. Grayscale: #3E3E3E. Windows color (decimal): -6613975 or 2692251. OLE color: 2692251.

HSL color Cylindrical-coordinate representation of color #9B1429: hue angle of 350.67º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B1429 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 20 41 -
CMYK 0 0.87 0.74 0.39
HSL 350.67º 0.77% 0.34% -
HSV(B) 350.67º 0.87% 0.61% -
XYZ 14.17 7.63 2.82 -
YUV 62.76 115.73 193.79 -
System Red Green Blue C M Y K H S L
Decimal 155 20 41 0 0.87 0.74 0.39 350.67 0.77 0.34
Hex 9B 14 29 0 57 4A 27 15F 4D 22
Octal 233 24 51 0 127 112 47 537 115 42
Binary 10011011 10100 101001 0 1010111 1001010 100111 101011111 1001101 100010

Color Harmonies of #9B1429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1429

Black with #9B1429

Text Example


Text Example

White with #9B1429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,20,41); }

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

background-color css

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

 a { background-color: rgb(155,20,41); }

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

border-color css

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

 span { border-color: rgb(155,20,41); }

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