Html Css Color HEX #B94144 Brick Red

📋 copy color: '#B94144'

red 185 ◦ green 65 ◦ blue 68

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

Shades of Brick Red #B94144

Tints of Brick Red #B94144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.44%

 BLUE value IS 68 (26.95% from 255) = 21.38%

R = 58.18%
G = 20.44%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B94144 (or 0xB94144) is known color: Brick Red. HEX triplet: B9, 41 and 44. RGB value is (185,65,68). Sum of RGB (Red+Green+Blue) = 185+65+68=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B94144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94144 is #46BEBB. Grayscale: #656565. Windows color (decimal): -4636348 or 4473273. OLE color: 4473273.

HSL color Cylindrical-coordinate representation of color #B94144: hue angle of 358.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94144 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 65 68 -
CMYK 0 0.65 0.63 0.27
HSL 358.5º 0.48% 0.49% -
HSV(B) 358.5º 0.65% 0.73% -
XYZ 22.94 14.51 7.06 -
YUV 101.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 185 65 68 0 0.65 0.63 0.27 358.5 0.48 0.49
Hex B9 41 44 0 41 3F 1B 166 30 31
Octal 271 101 104 0 101 77 33 546 60 61
Binary 10111001 1000001 1000100 0 1000001 111111 11011 101100110 110000 110001

Color Harmonies of #B94144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94144

Black with #B94144

Text Example


Text Example

White with #B94144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94144; }

 p { color: rgb(185,65,68); }

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

background-color css

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

 a { background-color: rgb(185,65,68); }

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

border-color css

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

 span { border-color: rgb(185,65,68); }

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