Html Css Color HEX #BE2A1F Fire Brick

📋 copy color: '#BE2A1F'

red 190 ◦ green 42 ◦ blue 31

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

Shades of Fire Brick #BE2A1F

Tints of Fire Brick #BE2A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.97%

 BLUE value IS 31 (12.5% from 255) = 11.79%

R = 72.24%
G = 15.97%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE2A1F (or 0xBE2A1F) is known color: Fire Brick. HEX triplet: BE, 2A and 1F. RGB value is (190,42,31). Sum of RGB (Red+Green+Blue) = 190+42+31=263 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.24% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A1F is #41D5E0. Grayscale: #555555. Windows color (decimal): -4314593 or 2042558. OLE color: 2042558.

HSL color Cylindrical-coordinate representation of color #BE2A1F: hue angle of 4.15º 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 #BE2A1F is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 42 31 -
CMYK 0 0.78 0.84 0.25
HSL 4.15º 0.72% 0.43% -
HSV(B) 4.15º 0.84% 0.75% -
XYZ 22.31 12.7 2.57 -
YUV 85 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 190 42 31 0 0.78 0.84 0.25 4.15 0.72 0.43
Hex BE 2A 1F 0 4E 54 19 4 48 2B
Octal 276 52 37 0 116 124 31 4 110 53
Binary 10111110 101010 11111 0 1001110 1010100 11001 100 1001000 101011

Color Harmonies of #BE2A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2A1F

Black with #BE2A1F

Text Example


Text Example

White with #BE2A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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