Html Css Color HEX #BE2D3C Brick Red

📋 copy color: '#BE2D3C'

red 190 ◦ green 45 ◦ blue 60

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

Shades of Brick Red #BE2D3C

Tints of Brick Red #BE2D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 64.41%
G = 15.25%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE2D3C (or 0xBE2D3C) is known color: Brick Red. HEX triplet: BE, 2D and 3C. RGB value is (190,45,60). Sum of RGB (Red+Green+Blue) = 190+45+60=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D3C is #41D2C3. Grayscale: #5A5A5A. Windows color (decimal): -4313796 or 3943870. OLE color: 3943870.

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

Color convert

RGB 190 45 60 -
CMYK 0 0.76 0.68 0.25
HSL 353.79º 0.62% 0.46% -
HSV(B) 353.79º 0.76% 0.75% -
XYZ 22.99 13.15 5.6 -
YUV 90.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 190 45 60 0 0.76 0.68 0.25 353.79 0.62 0.46
Hex BE 2D 3C 0 4C 44 19 162 3E 2E
Octal 276 55 74 0 114 104 31 542 76 56
Binary 10111110 101101 111100 0 1001100 1000100 11001 101100010 111110 101110

Color Harmonies of #BE2D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D3C

Black with #BE2D3C

Text Example


Text Example

White with #BE2D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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