Html Css Color HEX #BE3443 Brick Red

📋 copy color: '#BE3443'

red 190 ◦ green 52 ◦ blue 67

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

Shades of Brick Red #BE3443

Tints of Brick Red #BE3443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.68%

R = 61.49%
G = 16.83%
B = 21.68%

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

#BE3443 (or 0xBE3443) is known color: Brick Red. HEX triplet: BE, 34 and 43. RGB value is (190,52,67). Sum of RGB (Red+Green+Blue) = 190+52+67=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3443 is #41CBBC. Grayscale: #5F5F5F. Windows color (decimal): -4311997 or 4404414. OLE color: 4404414.

HSL color Cylindrical-coordinate representation of color #BE3443: hue angle of 353.48º 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 #BE3443 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 52 67 -
CMYK 0 0.73 0.65 0.25
HSL 353.48º 0.57% 0.47% -
HSV(B) 353.48º 0.73% 0.75% -
XYZ 23.48 13.81 6.74 -
YUV 94.97 112.22 195.78 -
System Red Green Blue C M Y K H S L
Decimal 190 52 67 0 0.73 0.65 0.25 353.48 0.57 0.47
Hex BE 34 43 0 49 41 19 161 39 2F
Octal 276 64 103 0 111 101 31 541 71 57
Binary 10111110 110100 1000011 0 1001001 1000001 11001 101100001 111001 101111

Color Harmonies of #BE3443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3443

Black with #BE3443

Text Example


Text Example

White with #BE3443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3443; }

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

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

background-color css

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

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

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

border-color css

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

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

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