Html Css Color HEX #B9363F Brick Red

📋 copy color: '#B9363F'

red 185 ◦ green 54 ◦ blue 63

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

Shades of Brick Red #B9363F

Tints of Brick Red #B9363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.88%

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

R = 61.26%
G = 17.88%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9363F (or 0xB9363F) is known color: Brick Red. HEX triplet: B9, 36 and 3F. RGB value is (185,54,63). Sum of RGB (Red+Green+Blue) = 185+54+63=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B9363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9363F is #46C9C0. Grayscale: #5E5E5E. Windows color (decimal): -4639169 or 4142777. OLE color: 4142777.

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

Color convert

RGB 185 54 63 -
CMYK 0 0.71 0.66 0.27
HSL 355.88º 0.55% 0.47% -
HSV(B) 355.88º 0.71% 0.73% -
XYZ 22.22 13.31 6.1 -
YUV 94.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 185 54 63 0 0.71 0.66 0.27 355.88 0.55 0.47
Hex B9 36 3F 0 47 42 1B 164 37 2F
Octal 271 66 77 0 107 102 33 544 67 57
Binary 10111001 110110 111111 0 1000111 1000010 11011 101100100 110111 101111

Color Harmonies of #B9363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9363F

Black with #B9363F

Text Example


Text Example

White with #B9363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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