Html Css Color HEX #BE3B45 Brick Red

📋 copy color: '#BE3B45'

red 190 ◦ green 59 ◦ blue 69

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

Shades of Brick Red #BE3B45

Tints of Brick Red #BE3B45

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.55%

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

R = 59.75%
G = 18.55%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE3B45 (or 0xBE3B45) is known color: Brick Red. HEX triplet: BE, 3B and 45. RGB value is (190,59,69). Sum of RGB (Red+Green+Blue) = 190+59+69=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3B45 is #41C4BA. Grayscale: #636363. Windows color (decimal): -4310203 or 4537278. OLE color: 4537278.

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

Color convert

RGB 190 59 69 -
CMYK 0 0.69 0.64 0.25
HSL 355.42º 0.53% 0.49% -
HSV(B) 355.42º 0.69% 0.75% -
XYZ 23.87 14.5 7.17 -
YUV 99.31 110.9 192.69 -
System Red Green Blue C M Y K H S L
Decimal 190 59 69 0 0.69 0.64 0.25 355.42 0.53 0.49
Hex BE 3B 45 0 45 40 19 163 35 31
Octal 276 73 105 0 105 100 31 543 65 61
Binary 10111110 111011 1000101 0 1000101 1000000 11001 101100011 110101 110001

Color Harmonies of #BE3B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3B45

Black with #BE3B45

Text Example


Text Example

White with #BE3B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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