Html Css Color HEX #BE2B42 Brick Red

📋 copy color: '#BE2B42'

red 190 ◦ green 43 ◦ blue 66

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

Shades of Brick Red #BE2B42

Tints of Brick Red #BE2B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 63.55%
G = 14.38%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE2B42 (or 0xBE2B42) is known color: Brick Red. HEX triplet: BE, 2B and 42. RGB value is (190,43,66). Sum of RGB (Red+Green+Blue) = 190+43+66=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2B42 is #41D4BD. Grayscale: #595959. Windows color (decimal): -4314302 or 4336574. OLE color: 4336574.

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

Color convert

RGB 190 43 66 -
CMYK 0 0.77 0.65 0.25
HSL 350.61º 0.63% 0.46% -
HSV(B) 350.61º 0.77% 0.75% -
XYZ 23.08 13.07 6.46 -
YUV 89.58 114.7 199.63 -
System Red Green Blue C M Y K H S L
Decimal 190 43 66 0 0.77 0.65 0.25 350.61 0.63 0.46
Hex BE 2B 42 0 4D 41 19 15F 3F 2E
Octal 276 53 102 0 115 101 31 537 77 56
Binary 10111110 101011 1000010 0 1001101 1000001 11001 101011111 111111 101110

Color Harmonies of #BE2B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B42

Black with #BE2B42

Text Example


Text Example

White with #BE2B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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