Html Css Color HEX #BE271C Fire Brick

📋 copy color: '#BE271C'

red 190 ◦ green 39 ◦ blue 28

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

Shades of Fire Brick #BE271C

Tints of Fire Brick #BE271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.18%

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

R = 73.93%
G = 15.18%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE271C (or 0xBE271C) is known color: Fire Brick. HEX triplet: BE, 27 and 1C. RGB value is (190,39,28). Sum of RGB (Red+Green+Blue) = 190+39+28=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE271C is #41D8E3. Grayscale: #535353. Windows color (decimal): -4315364 or 1845182. OLE color: 1845182.

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

Color convert

RGB 190 39 28 -
CMYK 0 0.79 0.85 0.25
HSL 4.07º 0.74% 0.43% -
HSV(B) 4.07º 0.85% 0.75% -
XYZ 22.17 12.48 2.34 -
YUV 82.9 97.03 204.39 -
System Red Green Blue C M Y K H S L
Decimal 190 39 28 0 0.79 0.85 0.25 4.07 0.74 0.43
Hex BE 27 1C 0 4F 55 19 4 4A 2B
Octal 276 47 34 0 117 125 31 4 112 53
Binary 10111110 100111 11100 0 1001111 1010101 11001 100 1001010 101011

Color Harmonies of #BE271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE271C

Black with #BE271C

Text Example


Text Example

White with #BE271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE271C; }

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

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

background-color css

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

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

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

border-color css

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

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

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