Html Css Color HEX #BE2D3A Brick Red

📋 copy color: '#BE2D3A'

red 190 ◦ green 45 ◦ blue 58

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

Shades of Brick Red #BE2D3A

Tints of Brick Red #BE2D3A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.36%

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 64.85%
G = 15.36%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE2D3A (or 0xBE2D3A) is known color: Brick Red. HEX triplet: BE, 2D and 3A. RGB value is (190,45,58). Sum of RGB (Red+Green+Blue) = 190+45+58=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D3A is #41D2C5. Grayscale: #595959. Windows color (decimal): -4313798 or 3812798. OLE color: 3812798.

HSL color Cylindrical-coordinate representation of color #BE2D3A: hue angle of 354.62º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2D3A is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 45 58 -
CMYK 0 0.76 0.69 0.25
HSL 354.62º 0.62% 0.46% -
HSV(B) 354.62º 0.76% 0.75% -
XYZ 22.94 13.13 5.33 -
YUV 89.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 190 45 58 0 0.76 0.69 0.25 354.62 0.62 0.46
Hex BE 2D 3A 0 4C 45 19 163 3E 2E
Octal 276 55 72 0 114 105 31 543 76 56
Binary 10111110 101101 111010 0 1001100 1000101 11001 101100011 111110 101110

Color Harmonies of #BE2D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D3A

Black with #BE2D3A

Text Example


Text Example

White with #BE2D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D3A; }

 p { color: rgb(190,45,58); }

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

background-color css

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

 a { background-color: rgb(190,45,58); }

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

border-color css

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

 span { border-color: rgb(190,45,58); }

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