Html Css Color HEX #BE313D Brick Red

📋 copy color: '#BE313D'

red 190 ◦ green 49 ◦ blue 61

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

Shades of Brick Red #BE313D

Tints of Brick Red #BE313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.33%

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

R = 63.33%
G = 16.33%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE313D (or 0xBE313D) is known color: Brick Red. HEX triplet: BE, 31 and 3D. RGB value is (190,49,61). Sum of RGB (Red+Green+Blue) = 190+49+61=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE313D is #41CEC2. Grayscale: #5C5C5C. Windows color (decimal): -4312771 or 4010430. OLE color: 4010430.

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

Color convert

RGB 190 49 61 -
CMYK 0 0.74 0.68 0.25
HSL 354.89º 0.59% 0.47% -
HSV(B) 354.89º 0.74% 0.75% -
XYZ 23.18 13.48 5.8 -
YUV 92.53 110.21 197.52 -
System Red Green Blue C M Y K H S L
Decimal 190 49 61 0 0.74 0.68 0.25 354.89 0.59 0.47
Hex BE 31 3D 0 4A 44 19 163 3B 2F
Octal 276 61 75 0 112 104 31 543 73 57
Binary 10111110 110001 111101 0 1001010 1000100 11001 101100011 111011 101111

Color Harmonies of #BE313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE313D

Black with #BE313D

Text Example


Text Example

White with #BE313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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