Html Css Color HEX #B9293F Brick Red

📋 copy color: '#B9293F'

red 185 ◦ green 41 ◦ blue 63

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

Shades of Brick Red #B9293F

Tints of Brick Red #B9293F

RGB

 RED value IS 185 (72.66% from 255) = 64.01%

 GREEN value IS 41 (16.41% from 255) = 14.19%

 BLUE value IS 63 (25% from 255) = 21.8%

R = 64.01%
G = 14.19%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9293F (or 0xB9293F) is known color: Brick Red. HEX triplet: B9, 29 and 3F. RGB value is (185,41,63). Sum of RGB (Red+Green+Blue) = 185+41+63=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B9293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9293F is #46D6C0. Grayscale: #565656. Windows color (decimal): -4642497 or 4139449. OLE color: 4139449.

HSL color Cylindrical-coordinate representation of color #B9293F: hue angle of 350.83º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9293F is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 41 63 -
CMYK 0 0.78 0.66 0.27
HSL 350.83º 0.64% 0.44% -
HSV(B) 350.83º 0.78% 0.73% -
XYZ 21.7 12.26 5.93 -
YUV 86.56 114.71 198.21 -
System Red Green Blue C M Y K H S L
Decimal 185 41 63 0 0.78 0.66 0.27 350.83 0.64 0.44
Hex B9 29 3F 0 4E 42 1B 15F 40 2C
Octal 271 51 77 0 116 102 33 537 100 54
Binary 10111001 101001 111111 0 1001110 1000010 11011 101011111 1000000 101100

Color Harmonies of #B9293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9293F

Black with #B9293F

Text Example


Text Example

White with #B9293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9293F; }

 p { color: rgb(185,41,63); }

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

background-color css

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

 a { background-color: rgb(185,41,63); }

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

border-color css

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

 span { border-color: rgb(185,41,63); }

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