Html Css Color HEX #BE201E Fire Brick

📋 copy color: '#BE201E'

red 190 ◦ green 32 ◦ blue 30

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

Shades of Fire Brick #BE201E

Tints of Fire Brick #BE201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 75.4%
G = 12.7%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE201E (or 0xBE201E) is known color: Fire Brick. HEX triplet: BE, 20 and 1E. RGB value is (190,32,30). Sum of RGB (Red+Green+Blue) = 190+32+30=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE201E is #41DFE1. Grayscale: #4F4F4F. Windows color (decimal): -4317154 or 1974462. OLE color: 1974462.

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

Color convert

RGB 190 32 30 -
CMYK 0 0.83 0.84 0.25
HSL 0.75º 0.73% 0.43% -
HSV(B) 0.75º 0.84% 0.75% -
XYZ 21.99 12.07 2.4 -
YUV 79.01 100.35 207.16 -
System Red Green Blue C M Y K H S L
Decimal 190 32 30 0 0.83 0.84 0.25 0.75 0.73 0.43
Hex BE 20 1E 0 53 54 19 1 49 2B
Octal 276 40 36 0 123 124 31 1 111 53
Binary 10111110 100000 11110 0 1010011 1010100 11001 1 1001001 101011

Color Harmonies of #BE201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE201E

Black with #BE201E

Text Example


Text Example

White with #BE201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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