Html Css Color HEX #BE283E Brick Red

📋 copy color: '#BE283E'

red 190 ◦ green 40 ◦ blue 62

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

Shades of Brick Red #BE283E

Tints of Brick Red #BE283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.7%

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

R = 65.07%
G = 13.7%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE283E (or 0xBE283E) is known color: Brick Red. HEX triplet: BE, 28 and 3E. RGB value is (190,40,62). Sum of RGB (Red+Green+Blue) = 190+40+62=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE283E is #41D7C1. Grayscale: #575757. Windows color (decimal): -4315074 or 4073662. OLE color: 4073662.

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

Color convert

RGB 190 40 62 -
CMYK 0 0.79 0.67 0.25
HSL 351.2º 0.65% 0.45% -
HSV(B) 351.2º 0.79% 0.75% -
XYZ 22.86 12.81 5.83 -
YUV 87.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 190 40 62 0 0.79 0.67 0.25 351.2 0.65 0.45
Hex BE 28 3E 0 4F 43 19 15F 41 2D
Octal 276 50 76 0 117 103 31 537 101 55
Binary 10111110 101000 111110 0 1001111 1000011 11001 101011111 1000001 101101

Color Harmonies of #BE283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE283E

Black with #BE283E

Text Example


Text Example

White with #BE283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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