Html Css Color HEX #BE4548 Brick Red

📋 copy color: '#BE4548'

red 190 ◦ green 69 ◦ blue 72

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

Shades of Brick Red #BE4548

Tints of Brick Red #BE4548

RGB

 RED value IS 190 (74.61% from 255) = 57.4%

 GREEN value IS 69 (27.34% from 255) = 20.85%

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 57.4%
G = 20.85%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE4548 (or 0xBE4548) is known color: Brick Red. HEX triplet: BE, 45 and 48. RGB value is (190,69,72). Sum of RGB (Red+Green+Blue) = 190+69+72=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4548 is #41BAB7. Grayscale: #696969. Windows color (decimal): -4307640 or 4736446. OLE color: 4736446.

HSL color Cylindrical-coordinate representation of color #BE4548: hue angle of 358.51º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE4548 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 69 72 -
CMYK 0 0.64 0.62 0.25
HSL 358.51º 0.48% 0.51% -
HSV(B) 358.51º 0.64% 0.75% -
XYZ 24.53 15.67 7.86 -
YUV 105.52 109.09 188.26 -
System Red Green Blue C M Y K H S L
Decimal 190 69 72 0 0.64 0.62 0.25 358.51 0.48 0.51
Hex BE 45 48 0 40 3E 19 167 30 33
Octal 276 105 110 0 100 76 31 547 60 63
Binary 10111110 1000101 1001000 0 1000000 111110 11001 101100111 110000 110011

Color Harmonies of #BE4548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4548

Black with #BE4548

Text Example


Text Example

White with #BE4548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4548; }

 p { color: rgb(190,69,72); }

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

background-color css

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

 a { background-color: rgb(190,69,72); }

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

border-color css

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

 span { border-color: rgb(190,69,72); }

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