Html Css Color HEX #BE2A1C Fire Brick

📋 copy color: '#BE2A1C'

red 190 ◦ green 42 ◦ blue 28

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

Shades of Fire Brick #BE2A1C

Tints of Fire Brick #BE2A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 73.08%
G = 16.15%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE2A1C (or 0xBE2A1C) is known color: Fire Brick. HEX triplet: BE, 2A and 1C. RGB value is (190,42,28). Sum of RGB (Red+Green+Blue) = 190+42+28=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A1C is #41D5E3. Grayscale: #545454. Windows color (decimal): -4314596 or 1845950. OLE color: 1845950.

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

Color convert

RGB 190 42 28 -
CMYK 0 0.78 0.85 0.25
HSL 5.19º 0.74% 0.43% -
HSV(B) 5.19º 0.85% 0.75% -
XYZ 22.27 12.69 2.37 -
YUV 84.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 190 42 28 0 0.78 0.85 0.25 5.19 0.74 0.43
Hex BE 2A 1C 0 4E 55 19 5 4A 2B
Octal 276 52 34 0 116 125 31 5 112 53
Binary 10111110 101010 11100 0 1001110 1010101 11001 101 1001010 101011

Color Harmonies of #BE2A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2A1C

Black with #BE2A1C

Text Example


Text Example

White with #BE2A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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