Html Css Color HEX #BE333D Brick Red

📋 copy color: '#BE333D'

red 190 ◦ green 51 ◦ blue 61

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

Shades of Brick Red #BE333D

Tints of Brick Red #BE333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.2%

R = 62.91%
G = 16.89%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE333D (or 0xBE333D) is known color: Brick Red. HEX triplet: BE, 33 and 3D. RGB value is (190,51,61). Sum of RGB (Red+Green+Blue) = 190+51+61=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE333D is #41CCC2. Grayscale: #5D5D5D. Windows color (decimal): -4312259 or 4010942. OLE color: 4010942.

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

Color convert

RGB 190 51 61 -
CMYK 0 0.73 0.68 0.25
HSL 355.68º 0.58% 0.47% -
HSV(B) 355.68º 0.73% 0.75% -
XYZ 23.26 13.65 5.82 -
YUV 93.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 190 51 61 0 0.73 0.68 0.25 355.68 0.58 0.47
Hex BE 33 3D 0 49 44 19 164 3A 2F
Octal 276 63 75 0 111 104 31 544 72 57
Binary 10111110 110011 111101 0 1001001 1000100 11001 101100100 111010 101111

Color Harmonies of #BE333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE333D

Black with #BE333D

Text Example


Text Example

White with #BE333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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