Html Css Color HEX #BE281B Fire Brick

📋 copy color: '#BE281B'

red 190 ◦ green 40 ◦ blue 27

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

Shades of Fire Brick #BE281B

Tints of Fire Brick #BE281B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.51%

R = 73.93%
G = 15.56%
B = 10.51%

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

#BE281B (or 0xBE281B) is known color: Fire Brick. HEX triplet: BE, 28 and 1B. RGB value is (190,40,27). Sum of RGB (Red+Green+Blue) = 190+40+27=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE281B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE281B is #41D7E4. Grayscale: #535353. Windows color (decimal): -4315109 or 1779902. OLE color: 1779902.

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

Color convert

RGB 190 40 27 -
CMYK 0 0.79 0.86 0.25
HSL 4.79º 0.75% 0.43% -
HSV(B) 4.79º 0.86% 0.75% -
XYZ 22.19 12.54 2.29 -
YUV 83.37 96.2 204.06 -
System Red Green Blue C M Y K H S L
Decimal 190 40 27 0 0.79 0.86 0.25 4.79 0.75 0.43
Hex BE 28 1B 0 4F 56 19 5 4B 2B
Octal 276 50 33 0 117 126 31 5 113 53
Binary 10111110 101000 11011 0 1001111 1010110 11001 101 1001011 101011

Color Harmonies of #BE281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE281B

Black with #BE281B

Text Example


Text Example

White with #BE281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE281B; }

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

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

background-color css

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

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

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

border-color css

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

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

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