Html Css Color HEX #BE281A Fire Brick

📋 copy color: '#BE281A'

red 190 ◦ green 40 ◦ blue 26

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

Shades of Fire Brick #BE281A

Tints of Fire Brick #BE281A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 74.22%
G = 15.63%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE281A (or 0xBE281A) is known color: Fire Brick. HEX triplet: BE, 28 and 1A. RGB value is (190,40,26). Sum of RGB (Red+Green+Blue) = 190+40+26=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE281A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE281A is #41D7E5. Grayscale: #535353. Windows color (decimal): -4315110 or 1714366. OLE color: 1714366.

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

Color convert

RGB 190 40 26 -
CMYK 0 0.79 0.86 0.25
HSL 5.12º 0.76% 0.42% -
HSV(B) 5.12º 0.86% 0.75% -
XYZ 22.18 12.54 2.23 -
YUV 83.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 190 40 26 0 0.79 0.86 0.25 5.12 0.76 0.42
Hex BE 28 1A 0 4F 56 19 5 4C 2A
Octal 276 50 32 0 117 126 31 5 114 52
Binary 10111110 101000 11010 0 1001111 1010110 11001 101 1001100 101010

Color Harmonies of #BE281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE281A

Black with #BE281A

Text Example


Text Example

White with #BE281A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE281A; }

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

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

background-color css

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

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

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

border-color css

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

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

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