Html Css Color HEX #9B1D2A Bright Red

📋 copy color: '#9B1D2A'

red 155 ◦ green 29 ◦ blue 42

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

Shades of Bright Red #9B1D2A

Tints of Bright Red #9B1D2A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.83%

 BLUE value IS 42 (16.8% from 255) = 18.58%

R = 68.58%
G = 12.83%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9B1D2A (or 0x9B1D2A) is known color: Bright Red. HEX triplet: 9B, 1D and 2A. RGB value is (155,29,42). Sum of RGB (Red+Green+Blue) = 155+29+42=226 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.58% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1D2A is #64E2D5. Grayscale: #444444. Windows color (decimal): -6611670 or 2760091. OLE color: 2760091.

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

Color convert

RGB 155 29 42 -
CMYK 0 0.81 0.73 0.39
HSL 353.81º 0.68% 0.36% -
HSV(B) 353.81º 0.81% 0.61% -
XYZ 14.37 8.01 2.98 -
YUV 68.16 113.24 189.94 -
System Red Green Blue C M Y K H S L
Decimal 155 29 42 0 0.81 0.73 0.39 353.81 0.68 0.36
Hex 9B 1D 2A 0 51 49 27 162 44 24
Octal 233 35 52 0 121 111 47 542 104 44
Binary 10011011 11101 101010 0 1010001 1001001 100111 101100010 1000100 100100

Color Harmonies of #9B1D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1D2A

Black with #9B1D2A

Text Example


Text Example

White with #9B1D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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