Html Css Color HEX #BE353E Brick Red

📋 copy color: '#BE353E'

red 190 ◦ green 53 ◦ blue 62

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

Shades of Brick Red #BE353E

Tints of Brick Red #BE353E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.38%

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

R = 62.3%
G = 17.38%
B = 20.33%

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

#BE353E (or 0xBE353E) is known color: Brick Red. HEX triplet: BE, 35 and 3E. RGB value is (190,53,62). Sum of RGB (Red+Green+Blue) = 190+53+62=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE353E is #41CAC1. Grayscale: #5F5F5F. Windows color (decimal): -4311746 or 4076990. OLE color: 4076990.

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

Color convert

RGB 190 53 62 -
CMYK 0 0.72 0.67 0.25
HSL 356.06º 0.56% 0.48% -
HSV(B) 356.06º 0.72% 0.75% -
XYZ 23.38 13.84 6 -
YUV 94.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 190 53 62 0 0.72 0.67 0.25 356.06 0.56 0.48
Hex BE 35 3E 0 48 43 19 164 38 30
Octal 276 65 76 0 110 103 31 544 70 60
Binary 10111110 110101 111110 0 1001000 1000011 11001 101100100 111000 110000

Color Harmonies of #BE353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE353E

Black with #BE353E

Text Example


Text Example

White with #BE353E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE353E; }

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

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

background-color css

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

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

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

border-color css

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

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

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