Html Css Color HEX #BE323B Brick Red

📋 copy color: '#BE323B'

red 190 ◦ green 50 ◦ blue 59

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

Shades of Brick Red #BE323B

Tints of Brick Red #BE323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.72%

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

R = 63.55%
G = 16.72%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE323B (or 0xBE323B) is known color: Brick Red. HEX triplet: BE, 32 and 3B. RGB value is (190,50,59). Sum of RGB (Red+Green+Blue) = 190+50+59=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE323B is #41CDC4. Grayscale: #5C5C5C. Windows color (decimal): -4312517 or 3879614. OLE color: 3879614.

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

Color convert

RGB 190 50 59 -
CMYK 0 0.74 0.69 0.25
HSL 356.14º 0.58% 0.47% -
HSV(B) 356.14º 0.74% 0.75% -
XYZ 23.17 13.54 5.53 -
YUV 92.89 108.88 197.27 -
System Red Green Blue C M Y K H S L
Decimal 190 50 59 0 0.74 0.69 0.25 356.14 0.58 0.47
Hex BE 32 3B 0 4A 45 19 164 3A 2F
Octal 276 62 73 0 112 105 31 544 72 57
Binary 10111110 110010 111011 0 1001010 1000101 11001 101100100 111010 101111

Color Harmonies of #BE323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE323B

Black with #BE323B

Text Example


Text Example

White with #BE323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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