Html Css Color HEX #9C1B31 Bright Red

📋 copy color: '#9C1B31'

red 156 ◦ green 27 ◦ blue 49

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

Shades of Bright Red #9C1B31

Tints of Bright Red #9C1B31

RGB

 RED value IS 156 (61.33% from 255) = 67.24%

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

 BLUE value IS 49 (19.53% from 255) = 21.12%

R = 67.24%
G = 11.64%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9C1B31 (or 0x9C1B31) is known color: Bright Red. HEX triplet: 9C, 1B and 31. RGB value is (156,27,49). Sum of RGB (Red+Green+Blue) = 156+27+49=232 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.24% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1B31 is #63E4CE. Grayscale: #444444. Windows color (decimal): -6546639 or 3218332. OLE color: 3218332.

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

Color convert

RGB 156 27 49 -
CMYK 0 0.83 0.69 0.39
HSL 349.77º 0.7% 0.36% -
HSV(B) 349.77º 0.83% 0.61% -
XYZ 14.66 8.07 3.69 -
YUV 68.08 117.24 190.71 -
System Red Green Blue C M Y K H S L
Decimal 156 27 49 0 0.83 0.69 0.39 349.77 0.7 0.36
Hex 9C 1B 31 0 53 45 27 15E 46 24
Octal 234 33 61 0 123 105 47 536 106 44
Binary 10011100 11011 110001 0 1010011 1000101 100111 101011110 1000110 100100

Color Harmonies of #9C1B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1B31

Black with #9C1B31

Text Example


Text Example

White with #9C1B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,27,49); }

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

background-color css

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

 a { background-color: rgb(156,27,49); }

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

border-color css

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

 span { border-color: rgb(156,27,49); }

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