Html Css Color HEX #9B2529 Bright Red

📋 copy color: '#9B2529'

red 155 ◦ green 37 ◦ blue 41

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

Shades of Bright Red #9B2529

Tints of Bright Red #9B2529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.88%

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

R = 66.52%
G = 15.88%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B2529 (or 0x9B2529) is known color: Bright Red. HEX triplet: 9B, 25 and 29. RGB value is (155,37,41). Sum of RGB (Red+Green+Blue) = 155+37+41=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2529 is #64DAD6. Grayscale: #484848. Windows color (decimal): -6609623 or 2696603. OLE color: 2696603.

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

Color convert

RGB 155 37 41 -
CMYK 0 0.76 0.74 0.39
HSL 357.97º 0.61% 0.38% -
HSV(B) 357.97º 0.76% 0.61% -
XYZ 14.58 8.45 2.96 -
YUV 72.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 155 37 41 0 0.76 0.74 0.39 357.97 0.61 0.38
Hex 9B 25 29 0 4C 4A 27 166 3D 26
Octal 233 45 51 0 114 112 47 546 75 46
Binary 10011011 100101 101001 0 1001100 1001010 100111 101100110 111101 100110

Color Harmonies of #9B2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2529

Black with #9B2529

Text Example


Text Example

White with #9B2529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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