Html Css Color HEX #BE333F Brick Red

📋 copy color: '#BE333F'

red 190 ◦ green 51 ◦ blue 63

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

Shades of Brick Red #BE333F

Tints of Brick Red #BE333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.72%

R = 62.5%
G = 16.78%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE333F (or 0xBE333F) is known color: Brick Red. HEX triplet: BE, 33 and 3F. RGB value is (190,51,63). Sum of RGB (Red+Green+Blue) = 190+51+63=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE333F is #41CCC0. Grayscale: #5E5E5E. Windows color (decimal): -4312257 or 4142014. OLE color: 4142014.

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

Color convert

RGB 190 51 63 -
CMYK 0 0.73 0.67 0.25
HSL 354.82º 0.58% 0.47% -
HSV(B) 354.82º 0.73% 0.75% -
XYZ 23.32 13.67 6.11 -
YUV 93.93 110.55 196.52 -
System Red Green Blue C M Y K H S L
Decimal 190 51 63 0 0.73 0.67 0.25 354.82 0.58 0.47
Hex BE 33 3F 0 49 43 19 163 3A 2F
Octal 276 63 77 0 111 103 31 543 72 57
Binary 10111110 110011 111111 0 1001001 1000011 11001 101100011 111010 101111

Color Harmonies of #BE333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE333F

Black with #BE333F

Text Example


Text Example

White with #BE333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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