Html Css Color HEX #9B1A1B Bright Red

📋 copy color: '#9B1A1B'

red 155 ◦ green 26 ◦ blue 27

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

Shades of Bright Red #9B1A1B

Tints of Bright Red #9B1A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.5%

 BLUE value IS 27 (10.94% from 255) = 12.98%

R = 74.52%
G = 12.5%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B1A1B (or 0x9B1A1B) is known color: Bright Red. HEX triplet: 9B, 1A and 1B. RGB value is (155,26,27). Sum of RGB (Red+Green+Blue) = 155+26+27=208 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.52% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1A1B is #64E5E4. Grayscale: #404040. Windows color (decimal): -6612453 or 1776283. OLE color: 1776283.

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

Color convert

RGB 155 26 27 -
CMYK 0 0.83 0.83 0.39
HSL 359.53º 0.71% 0.35% -
HSV(B) 359.53º 0.83% 0.61% -
XYZ 14.08 7.79 1.8 -
YUV 64.69 106.74 192.42 -
System Red Green Blue C M Y K H S L
Decimal 155 26 27 0 0.83 0.83 0.39 359.53 0.71 0.35
Hex 9B 1A 1B 0 53 53 27 168 47 23
Octal 233 32 33 0 123 123 47 550 107 43
Binary 10011011 11010 11011 0 1010011 1010011 100111 101101000 1000111 100011

Color Harmonies of #9B1A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1A1B

Black with #9B1A1B

Text Example


Text Example

White with #9B1A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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