Html Css Color HEX #BE363E Brick Red

📋 copy color: '#BE363E'

red 190 ◦ green 54 ◦ blue 62

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

Shades of Brick Red #BE363E

Tints of Brick Red #BE363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.65%

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 62.09%
G = 17.65%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE363E (or 0xBE363E) is known color: Brick Red. HEX triplet: BE, 36 and 3E. RGB value is (190,54,62). Sum of RGB (Red+Green+Blue) = 190+54+62=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE363E is #41C9C1. Grayscale: #5F5F5F. Windows color (decimal): -4311490 or 4077246. OLE color: 4077246.

HSL color Cylindrical-coordinate representation of color #BE363E: hue angle of 356.47º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE363E is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 54 62 -
CMYK 0 0.72 0.67 0.25
HSL 356.47º 0.56% 0.48% -
HSV(B) 356.47º 0.72% 0.75% -
XYZ 23.42 13.93 6.01 -
YUV 95.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 190 54 62 0 0.72 0.67 0.25 356.47 0.56 0.48
Hex BE 36 3E 0 48 43 19 164 38 30
Octal 276 66 76 0 110 103 31 544 70 60
Binary 10111110 110110 111110 0 1001000 1000011 11001 101100100 111000 110000

Color Harmonies of #BE363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE363E

Black with #BE363E

Text Example


Text Example

White with #BE363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE363E; }

 p { color: rgb(190,54,62); }

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

background-color css

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

 a { background-color: rgb(190,54,62); }

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

border-color css

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

 span { border-color: rgb(190,54,62); }

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