Html Css Color HEX #BE3345 Brick Red

📋 copy color: '#BE3345'

red 190 ◦ green 51 ◦ blue 69

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

Shades of Brick Red #BE3345

Tints of Brick Red #BE3345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 61.29%
G = 16.45%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE3345 (or 0xBE3345) is known color: Brick Red. HEX triplet: BE, 33 and 45. RGB value is (190,51,69). Sum of RGB (Red+Green+Blue) = 190+51+69=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3345 is #41CCBA. Grayscale: #5E5E5E. Windows color (decimal): -4312251 or 4535230. OLE color: 4535230.

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

Color convert

RGB 190 51 69 -
CMYK 0 0.73 0.64 0.25
HSL 352.23º 0.58% 0.47% -
HSV(B) 352.23º 0.73% 0.75% -
XYZ 23.49 13.74 7.04 -
YUV 94.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 190 51 69 0 0.73 0.64 0.25 352.23 0.58 0.47
Hex BE 33 45 0 49 40 19 160 3A 2F
Octal 276 63 105 0 111 100 31 540 72 57
Binary 10111110 110011 1000101 0 1001001 1000000 11001 101100000 111010 101111

Color Harmonies of #BE3345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3345

Black with #BE3345

Text Example


Text Example

White with #BE3345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3345; }

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

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

background-color css

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

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

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

border-color css

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

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

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