Html Css Color HEX #BE3442 Brick Red

📋 copy color: '#BE3442'

red 190 ◦ green 52 ◦ blue 66

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

Shades of Brick Red #BE3442

Tints of Brick Red #BE3442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

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

R = 61.69%
G = 16.88%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE3442 (or 0xBE3442) is known color: Brick Red. HEX triplet: BE, 34 and 42. RGB value is (190,52,66). Sum of RGB (Red+Green+Blue) = 190+52+66=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3442 is #41CBBD. Grayscale: #5E5E5E. Windows color (decimal): -4311998 or 4338878. OLE color: 4338878.

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

Color convert

RGB 190 52 66 -
CMYK 0 0.73 0.65 0.25
HSL 353.91º 0.57% 0.47% -
HSV(B) 353.91º 0.73% 0.75% -
XYZ 23.45 13.8 6.58 -
YUV 94.86 111.72 195.86 -
System Red Green Blue C M Y K H S L
Decimal 190 52 66 0 0.73 0.65 0.25 353.91 0.57 0.47
Hex BE 34 42 0 49 41 19 162 39 2F
Octal 276 64 102 0 111 101 31 542 71 57
Binary 10111110 110100 1000010 0 1001001 1000001 11001 101100010 111001 101111

Color Harmonies of #BE3442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3442

Black with #BE3442

Text Example


Text Example

White with #BE3442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3442; }

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

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

background-color css

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

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

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

border-color css

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

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

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