Html Css Color HEX #BE201A Fire Brick

📋 copy color: '#BE201A'

red 190 ◦ green 32 ◦ blue 26

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

Shades of Fire Brick #BE201A

Tints of Fire Brick #BE201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.9%

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

R = 76.61%
G = 12.9%
B = 10.48%

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

#BE201A (or 0xBE201A) is known color: Fire Brick. HEX triplet: BE, 20 and 1A. RGB value is (190,32,26). Sum of RGB (Red+Green+Blue) = 190+32+26=248 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.61% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 190 - color contains mainly: red. Hex color #BE201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE201A is #41DFE5. Grayscale: #4E4E4E. Windows color (decimal): -4317158 or 1712318. OLE color: 1712318.

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

Color convert

RGB 190 32 26 -
CMYK 0 0.83 0.86 0.25
HSL 2.2º 0.76% 0.42% -
HSV(B) 2.2º 0.86% 0.75% -
XYZ 21.94 12.05 2.15 -
YUV 78.56 98.35 207.49 -
System Red Green Blue C M Y K H S L
Decimal 190 32 26 0 0.83 0.86 0.25 2.2 0.76 0.42
Hex BE 20 1A 0 53 56 19 2 4C 2A
Octal 276 40 32 0 123 126 31 2 114 52
Binary 10111110 100000 11010 0 1010011 1010110 11001 10 1001100 101010

Color Harmonies of #BE201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE201A

Black with #BE201A

Text Example


Text Example

White with #BE201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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