Html Css Color HEX #9B1829 Bright Red

📋 copy color: '#9B1829'

red 155 ◦ green 24 ◦ blue 41

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

Shades of Bright Red #9B1829

Tints of Bright Red #9B1829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.91%

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

R = 70.45%
G = 10.91%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B1829 (or 0x9B1829) is known color: Bright Red. HEX triplet: 9B, 18 and 29. RGB value is (155,24,41). Sum of RGB (Red+Green+Blue) = 155+24+41=220 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.45% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1829 is #64E7D6. Grayscale: #414141. Windows color (decimal): -6612951 or 2693275. OLE color: 2693275.

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

Color convert

RGB 155 24 41 -
CMYK 0 0.85 0.74 0.39
HSL 352.21º 0.73% 0.35% -
HSV(B) 352.21º 0.85% 0.61% -
XYZ 14.24 7.78 2.85 -
YUV 65.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 155 24 41 0 0.85 0.74 0.39 352.21 0.73 0.35
Hex 9B 18 29 0 55 4A 27 160 49 23
Octal 233 30 51 0 125 112 47 540 111 43
Binary 10011011 11000 101001 0 1010101 1001010 100111 101100000 1001001 100011

Color Harmonies of #9B1829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1829

Black with #9B1829

Text Example


Text Example

White with #9B1829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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