Html Css Color HEX #9B1B1D Bright Red

📋 copy color: '#9B1B1D'

red 155 ◦ green 27 ◦ blue 29

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

Shades of Bright Red #9B1B1D

Tints of Bright Red #9B1B1D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.8%

 BLUE value IS 29 (11.72% from 255) = 13.74%

R = 73.46%
G = 12.8%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9B1B1D (or 0x9B1B1D) is known color: Bright Red. HEX triplet: 9B, 1B and 1D. RGB value is (155,27,29). Sum of RGB (Red+Green+Blue) = 155+27+29=211 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.46% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1B1D is #64E4E2. Grayscale: #414141. Windows color (decimal): -6612195 or 1907611. OLE color: 1907611.

HSL color Cylindrical-coordinate representation of color #9B1B1D: hue angle of 359.06º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1B1D is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 27 29 -
CMYK 0 0.83 0.81 0.39
HSL 359.06º 0.7% 0.36% -
HSV(B) 359.06º 0.83% 0.61% -
XYZ 14.13 7.84 1.93 -
YUV 65.5 107.41 191.84 -
System Red Green Blue C M Y K H S L
Decimal 155 27 29 0 0.83 0.81 0.39 359.06 0.7 0.36
Hex 9B 1B 1D 0 53 51 27 167 46 24
Octal 233 33 35 0 123 121 47 547 106 44
Binary 10011011 11011 11101 0 1010011 1010001 100111 101100111 1000110 100100

Color Harmonies of #9B1B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1B1D

Black with #9B1B1D

Text Example


Text Example

White with #9B1B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,27,29); }

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

background-color css

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

 a { background-color: rgb(155,27,29); }

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

border-color css

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

 span { border-color: rgb(155,27,29); }

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