Html Css Color HEX #BE211A Fire Brick

📋 copy color: '#BE211A'

red 190 ◦ green 33 ◦ blue 26

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

Shades of Fire Brick #BE211A

Tints of Fire Brick #BE211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.25%

 BLUE value IS 26 (10.55% from 255) = 10.44%

R = 76.31%
G = 13.25%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE211A (or 0xBE211A) is known color: Fire Brick. HEX triplet: BE, 21 and 1A. RGB value is (190,33,26). Sum of RGB (Red+Green+Blue) = 190+33+26=249 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.31% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 190 - color contains mainly: red. Hex color #BE211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE211A is #41DEE5. Grayscale: #4F4F4F. Windows color (decimal): -4316902 or 1712574. OLE color: 1712574.

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

Color convert

RGB 190 33 26 -
CMYK 0 0.83 0.86 0.25
HSL 2.56º 0.76% 0.42% -
HSV(B) 2.56º 0.86% 0.75% -
XYZ 21.97 12.11 2.16 -
YUV 79.15 98.01 207.07 -
System Red Green Blue C M Y K H S L
Decimal 190 33 26 0 0.83 0.86 0.25 2.56 0.76 0.42
Hex BE 21 1A 0 53 56 19 3 4C 2A
Octal 276 41 32 0 123 126 31 3 114 52
Binary 10111110 100001 11010 0 1010011 1010110 11001 11 1001100 101010

Color Harmonies of #BE211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE211A

Black with #BE211A

Text Example


Text Example

White with #BE211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE211A; }

 p { color: rgb(190,33,26); }

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

background-color css

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

 a { background-color: rgb(190,33,26); }

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

border-color css

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

 span { border-color: rgb(190,33,26); }

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