Html Css Color HEX #BE333B Brick Red

📋 copy color: '#BE333B'

red 190 ◦ green 51 ◦ blue 59

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

Shades of Brick Red #BE333B

Tints of Brick Red #BE333B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17%

 BLUE value IS 59 (23.44% from 255) = 19.67%

R = 63.33%
G = 17%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE333B (or 0xBE333B) is known color: Brick Red. HEX triplet: BE, 33 and 3B. RGB value is (190,51,59). Sum of RGB (Red+Green+Blue) = 190+51+59=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE333B is #41CCC4. Grayscale: #5D5D5D. Windows color (decimal): -4312261 or 3879870. OLE color: 3879870.

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

Color convert

RGB 190 51 59 -
CMYK 0 0.73 0.69 0.25
HSL 356.55º 0.58% 0.47% -
HSV(B) 356.55º 0.73% 0.75% -
XYZ 23.21 13.63 5.55 -
YUV 93.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 190 51 59 0 0.73 0.69 0.25 356.55 0.58 0.47
Hex BE 33 3B 0 49 45 19 165 3A 2F
Octal 276 63 73 0 111 105 31 545 72 57
Binary 10111110 110011 111011 0 1001001 1000101 11001 101100101 111010 101111

Color Harmonies of #BE333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE333B

Black with #BE333B

Text Example


Text Example

White with #BE333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE333B; }

 p { color: rgb(190,51,59); }

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

background-color css

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

 a { background-color: rgb(190,51,59); }

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

border-color css

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

 span { border-color: rgb(190,51,59); }

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