Html Css Color HEX #BE3E45 Brick Red

📋 copy color: '#BE3E45'

red 190 ◦ green 62 ◦ blue 69

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

Shades of Brick Red #BE3E45

Tints of Brick Red #BE3E45

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.31%

 BLUE value IS 69 (27.34% from 255) = 21.5%

R = 59.19%
G = 19.31%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE3E45 (or 0xBE3E45) is known color: Brick Red. HEX triplet: BE, 3E and 45. RGB value is (190,62,69). Sum of RGB (Red+Green+Blue) = 190+62+69=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E45 is #41C1BA. Grayscale: #656565. Windows color (decimal): -4309435 or 4538046. OLE color: 4538046.

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

Color convert

RGB 190 62 69 -
CMYK 0 0.67 0.64 0.25
HSL 356.72º 0.51% 0.49% -
HSV(B) 356.72º 0.67% 0.75% -
XYZ 24.03 14.82 7.22 -
YUV 101.07 109.91 191.43 -
System Red Green Blue C M Y K H S L
Decimal 190 62 69 0 0.67 0.64 0.25 356.72 0.51 0.49
Hex BE 3E 45 0 43 40 19 165 33 31
Octal 276 76 105 0 103 100 31 545 63 61
Binary 10111110 111110 1000101 0 1000011 1000000 11001 101100101 110011 110001

Color Harmonies of #BE3E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E45

Black with #BE3E45

Text Example


Text Example

White with #BE3E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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