Html Css Color HEX #B9373F Brick Red

📋 copy color: '#B9373F'

red 185 ◦ green 55 ◦ blue 63

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

Shades of Brick Red #B9373F

Tints of Brick Red #B9373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.15%

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

R = 61.06%
G = 18.15%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9373F (or 0xB9373F) is known color: Brick Red. HEX triplet: B9, 37 and 3F. RGB value is (185,55,63). Sum of RGB (Red+Green+Blue) = 185+55+63=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B9373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9373F is #46C8C0. Grayscale: #5E5E5E. Windows color (decimal): -4638913 or 4143033. OLE color: 4143033.

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

Color convert

RGB 185 55 63 -
CMYK 0 0.70 0.66 0.27
HSL 356.31º 0.54% 0.47% -
HSV(B) 356.31º 0.7% 0.73% -
XYZ 22.27 13.41 6.12 -
YUV 94.78 110.07 192.35 -
System Red Green Blue C M Y K H S L
Decimal 185 55 63 0 0.70 0.66 0.27 356.31 0.54 0.47
Hex B9 37 3F 0 46 42 1B 164 36 2F
Octal 271 67 77 0 106 102 33 544 66 57
Binary 10111001 110111 111111 0 1000110 1000010 11011 101100100 110110 101111

Color Harmonies of #B9373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9373F

Black with #B9373F

Text Example


Text Example

White with #B9373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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