Html Css Color HEX #BE273F Brick Red

📋 copy color: '#BE273F'

red 190 ◦ green 39 ◦ blue 63

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

Shades of Brick Red #BE273F

Tints of Brick Red #BE273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.36%

 BLUE value IS 63 (25% from 255) = 21.58%

R = 65.07%
G = 13.36%
B = 21.58%

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

#BE273F (or 0xBE273F) is known color: Brick Red. HEX triplet: BE, 27 and 3F. RGB value is (190,39,63). Sum of RGB (Red+Green+Blue) = 190+39+63=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE273F is #41D8C0. Grayscale: #565656. Windows color (decimal): -4315329 or 4138942. OLE color: 4138942.

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

Color convert

RGB 190 39 63 -
CMYK 0 0.79 0.67 0.25
HSL 350.46º 0.66% 0.45% -
HSV(B) 350.46º 0.79% 0.75% -
XYZ 22.86 12.76 5.96 -
YUV 86.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 190 39 63 0 0.79 0.67 0.25 350.46 0.66 0.45
Hex BE 27 3F 0 4F 43 19 15E 42 2D
Octal 276 47 77 0 117 103 31 536 102 55
Binary 10111110 100111 111111 0 1001111 1000011 11001 101011110 1000010 101101

Color Harmonies of #BE273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE273F

Black with #BE273F

Text Example


Text Example

White with #BE273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE273F; }

 p { color: rgb(190,39,63); }

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

background-color css

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

 a { background-color: rgb(190,39,63); }

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

border-color css

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

 span { border-color: rgb(190,39,63); }

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