Html Css Color HEX #BE3044 Brick Red

📋 copy color: '#BE3044'

red 190 ◦ green 48 ◦ blue 68

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

Shades of Brick Red #BE3044

Tints of Brick Red #BE3044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.69%

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

R = 62.09%
G = 15.69%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE3044 (or 0xBE3044) is known color: Brick Red. HEX triplet: BE, 30 and 44. RGB value is (190,48,68). Sum of RGB (Red+Green+Blue) = 190+48+68=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3044 is #41CFBB. Grayscale: #5C5C5C. Windows color (decimal): -4313020 or 4468926. OLE color: 4468926.

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

Color convert

RGB 190 48 68 -
CMYK 0 0.75 0.64 0.25
HSL 351.55º 0.6% 0.47% -
HSV(B) 351.55º 0.75% 0.75% -
XYZ 23.34 13.48 6.84 -
YUV 92.74 114.04 197.37 -
System Red Green Blue C M Y K H S L
Decimal 190 48 68 0 0.75 0.64 0.25 351.55 0.6 0.47
Hex BE 30 44 0 4B 40 19 160 3C 2F
Octal 276 60 104 0 113 100 31 540 74 57
Binary 10111110 110000 1000100 0 1001011 1000000 11001 101100000 111100 101111

Color Harmonies of #BE3044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3044

Black with #BE3044

Text Example


Text Example

White with #BE3044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3044; }

 p { color: rgb(190,48,68); }

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

background-color css

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

 a { background-color: rgb(190,48,68); }

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

border-color css

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

 span { border-color: rgb(190,48,68); }

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