Html Css Color HEX #9B181F Bright Red

📋 copy color: '#9B181F'

red 155 ◦ green 24 ◦ blue 31

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

Shades of Bright Red #9B181F

Tints of Bright Red #9B181F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.76%

R = 73.81%
G = 11.43%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B181F (or 0x9B181F) is known color: Bright Red. HEX triplet: 9B, 18 and 1F. RGB value is (155,24,31). Sum of RGB (Red+Green+Blue) = 155+24+31=210 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.81% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 155 - color contains mainly: red. Hex color #9B181F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B181F is #64E7E0. Grayscale: #404040. Windows color (decimal): -6612961 or 2037915. OLE color: 2037915.

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

Color convert

RGB 155 24 31 -
CMYK 0 0.85 0.8 0.39
HSL 356.79º 0.73% 0.35% -
HSV(B) 356.79º 0.85% 0.61% -
XYZ 14.09 7.72 2.04 -
YUV 63.97 109.4 192.93 -
System Red Green Blue C M Y K H S L
Decimal 155 24 31 0 0.85 0.8 0.39 356.79 0.73 0.35
Hex 9B 18 1F 0 55 50 27 165 49 23
Octal 233 30 37 0 125 120 47 545 111 43
Binary 10011011 11000 11111 0 1010101 1010000 100111 101100101 1001001 100011

Color Harmonies of #9B181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B181F

Black with #9B181F

Text Example


Text Example

White with #9B181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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