#BE231F

Color #BE231F Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #BE231F

Tints of Fire Brick #BE231F

Color information

#BE231F (or 0xBE231F) is unknown color: approx Fire Brick. HEX triplet: BE, 23 and 1F. RGB value is (190,35,31). Sum of RGB (Red+Green+Blue) = 190+35+31=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE231F is #41DCE0. Grayscale: #515151. Windows color (decimal): -4316385 or 2040766. OLE color: 2040766.

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

Color convert

RGB1903531-
CMYK00.820.840.25
HSL1.51º71.95%43.33%-
HSV(B)1.51º83.68%74.51%-
XYZ22.0812.252.5-
YUV80.8999.85205.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 74.22%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 31 (12.5% from 255) = 12.11%
R=74.22%
G=13.67%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190353100.820.840.251.5171.9543.33
HexBE231F05254192482b
Octal2764337012212431211053
Binary101111101000111111101010010101010011001101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE231F; }

 p { color: rgb(190,35,31); }

 H1.HeaderClassName
 {
   color: #BE231F;
 }
 .AnyTagClassName
 {
   color: #BE231F;
 }
</style>
background-color css

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

 a { background-color: rgb(190,35,31); }

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

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

 span { border-color: rgb(190,35,31); }

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