Html Css Color HEX #BE293D Brick Red

📋 copy color: '#BE293D'

red 190 ◦ green 41 ◦ blue 61

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

Shades of Brick Red #BE293D

Tints of Brick Red #BE293D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.04%

 BLUE value IS 61 (24.22% from 255) = 20.89%

R = 65.07%
G = 14.04%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE293D (or 0xBE293D) is known color: Brick Red. HEX triplet: BE, 29 and 3D. RGB value is (190,41,61). Sum of RGB (Red+Green+Blue) = 190+41+61=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE293D is #41D6C2. Grayscale: #575757. Windows color (decimal): -4314819 or 4008382. OLE color: 4008382.

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

Color convert

RGB 190 41 61 -
CMYK 0 0.78 0.68 0.25
HSL 351.95º 0.65% 0.45% -
HSV(B) 351.95º 0.78% 0.75% -
XYZ 22.87 12.87 5.69 -
YUV 87.83 112.86 200.87 -
System Red Green Blue C M Y K H S L
Decimal 190 41 61 0 0.78 0.68 0.25 351.95 0.65 0.45
Hex BE 29 3D 0 4E 44 19 160 41 2D
Octal 276 51 75 0 116 104 31 540 101 55
Binary 10111110 101001 111101 0 1001110 1000100 11001 101100000 1000001 101101

Color Harmonies of #BE293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE293D

Black with #BE293D

Text Example


Text Example

White with #BE293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE293D; }

 p { color: rgb(190,41,61); }

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

background-color css

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

 a { background-color: rgb(190,41,61); }

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

border-color css

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

 span { border-color: rgb(190,41,61); }

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