Html Css Color HEX #BE2B3C Brick Red

📋 copy color: '#BE2B3C'

red 190 ◦ green 43 ◦ blue 60

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

Shades of Brick Red #BE2B3C

Tints of Brick Red #BE2B3C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.68%

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

R = 64.85%
G = 14.68%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE2B3C (or 0xBE2B3C) is known color: Brick Red. HEX triplet: BE, 2B and 3C. RGB value is (190,43,60). Sum of RGB (Red+Green+Blue) = 190+43+60=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2B3C is #41D4C3. Grayscale: #585858. Windows color (decimal): -4314308 or 3943358. OLE color: 3943358.

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

Color convert

RGB 190 43 60 -
CMYK 0 0.77 0.68 0.25
HSL 353.06º 0.63% 0.46% -
HSV(B) 353.06º 0.77% 0.75% -
XYZ 22.91 13 5.58 -
YUV 88.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 190 43 60 0 0.77 0.68 0.25 353.06 0.63 0.46
Hex BE 2B 3C 0 4D 44 19 161 3F 2E
Octal 276 53 74 0 115 104 31 541 77 56
Binary 10111110 101011 111100 0 1001101 1000100 11001 101100001 111111 101110

Color Harmonies of #BE2B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B3C

Black with #BE2B3C

Text Example


Text Example

White with #BE2B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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