Html Css Color HEX #B94346 Brick Red

📋 copy color: '#B94346'

red 185 ◦ green 67 ◦ blue 70

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

Shades of Brick Red #B94346

Tints of Brick Red #B94346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

 BLUE value IS 70 (27.73% from 255) = 21.74%

R = 57.45%
G = 20.81%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B94346 (or 0xB94346) is known color: Brick Red. HEX triplet: B9, 43 and 46. RGB value is (185,67,70). Sum of RGB (Red+Green+Blue) = 185+67+70=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B94346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94346 is #46BCB9. Grayscale: #666666. Windows color (decimal): -4635834 or 4604857. OLE color: 4604857.

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

Color convert

RGB 185 67 70 -
CMYK 0 0.64 0.62 0.27
HSL 358.47º 0.47% 0.49% -
HSV(B) 358.47º 0.64% 0.73% -
XYZ 23.12 14.77 7.43 -
YUV 102.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 185 67 70 0 0.64 0.62 0.27 358.47 0.47 0.49
Hex B9 43 46 0 40 3E 1B 166 2F 31
Octal 271 103 106 0 100 76 33 546 57 61
Binary 10111001 1000011 1000110 0 1000000 111110 11011 101100110 101111 110001

Color Harmonies of #B94346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94346

Black with #B94346

Text Example


Text Example

White with #B94346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94346; }

 p { color: rgb(185,67,70); }

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

background-color css

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

 a { background-color: rgb(185,67,70); }

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

border-color css

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

 span { border-color: rgb(185,67,70); }

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