Html Css Color HEX #BE3942 Brick Red

📋 copy color: '#BE3942'

red 190 ◦ green 57 ◦ blue 66

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

Shades of Brick Red #BE3942

Tints of Brick Red #BE3942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.21%

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 60.7%
G = 18.21%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE3942 (or 0xBE3942) is known color: Brick Red. HEX triplet: BE, 39 and 42. RGB value is (190,57,66). Sum of RGB (Red+Green+Blue) = 190+57+66=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3942 is #41C6BD. Grayscale: #616161. Windows color (decimal): -4310718 or 4340158. OLE color: 4340158.

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

Color convert

RGB 190 57 66 -
CMYK 0 0.7 0.65 0.25
HSL 355.94º 0.54% 0.48% -
HSV(B) 355.94º 0.7% 0.75% -
XYZ 23.68 14.27 6.66 -
YUV 97.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 190 57 66 0 0.7 0.65 0.25 355.94 0.54 0.48
Hex BE 39 42 0 46 41 19 164 36 30
Octal 276 71 102 0 106 101 31 544 66 60
Binary 10111110 111001 1000010 0 1000110 1000001 11001 101100100 110110 110000

Color Harmonies of #BE3942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3942

Black with #BE3942

Text Example


Text Example

White with #BE3942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3942; }

 p { color: rgb(190,57,66); }

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

background-color css

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

 a { background-color: rgb(190,57,66); }

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

border-color css

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

 span { border-color: rgb(190,57,66); }

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