Html Css Color HEX #9B232A Bright Red

📋 copy color: '#9B232A'

red 155 ◦ green 35 ◦ blue 42

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

Shades of Bright Red #9B232A

Tints of Bright Red #9B232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.09%

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

R = 66.81%
G = 15.09%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9B232A (or 0x9B232A) is known color: Bright Red. HEX triplet: 9B, 23 and 2A. RGB value is (155,35,42). Sum of RGB (Red+Green+Blue) = 155+35+42=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B232A is #64DCD5. Grayscale: #474747. Windows color (decimal): -6610134 or 2761627. OLE color: 2761627.

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

Color convert

RGB 155 35 42 -
CMYK 0 0.77 0.73 0.39
HSL 356.5º 0.63% 0.37% -
HSV(B) 356.5º 0.77% 0.61% -
XYZ 14.54 8.34 3.03 -
YUV 71.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 155 35 42 0 0.77 0.73 0.39 356.5 0.63 0.37
Hex 9B 23 2A 0 4D 49 27 164 3F 25
Octal 233 43 52 0 115 111 47 544 77 45
Binary 10011011 100011 101010 0 1001101 1001001 100111 101100100 111111 100101

Color Harmonies of #9B232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B232A

Black with #9B232A

Text Example


Text Example

White with #9B232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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