Html Css Color HEX #9B1535 Bright Red

📋 copy color: '#9B1535'

red 155 ◦ green 21 ◦ blue 53

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

Shades of Bright Red #9B1535

Tints of Bright Red #9B1535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.14%

R = 67.69%
G = 9.17%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B1535 (or 0x9B1535) is known color: Bright Red. HEX triplet: 9B, 15 and 35. RGB value is (155,21,53). Sum of RGB (Red+Green+Blue) = 155+21+53=229 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.69% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1535 is #64EACA. Grayscale: #404040. Windows color (decimal): -6613707 or 3478939. OLE color: 3478939.

HSL color Cylindrical-coordinate representation of color #9B1535: hue angle of 345.67º 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 #9B1535 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 21 53 -
CMYK 0 0.86 0.66 0.39
HSL 345.67º 0.76% 0.35% -
HSV(B) 345.67º 0.86% 0.61% -
XYZ 14.43 7.76 4.11 -
YUV 64.71 121.39 192.4 -
System Red Green Blue C M Y K H S L
Decimal 155 21 53 0 0.86 0.66 0.39 345.67 0.76 0.35
Hex 9B 15 35 0 56 42 27 15A 4C 23
Octal 233 25 65 0 126 102 47 532 114 43
Binary 10011011 10101 110101 0 1010110 1000010 100111 101011010 1001100 100011

Color Harmonies of #9B1535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1535

Black with #9B1535

Text Example


Text Example

White with #9B1535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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