Html Css Color HEX #BE221A Fire Brick

📋 copy color: '#BE221A'

red 190 ◦ green 34 ◦ blue 26

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

Shades of Fire Brick #BE221A

Tints of Fire Brick #BE221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.6%

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

R = 76%
G = 13.6%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE221A (or 0xBE221A) is known color: Fire Brick. HEX triplet: BE, 22 and 1A. RGB value is (190,34,26). Sum of RGB (Red+Green+Blue) = 190+34+26=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE221A is #41DDE5. Grayscale: #4F4F4F. Windows color (decimal): -4316646 or 1712830. OLE color: 1712830.

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

Color convert

RGB 190 34 26 -
CMYK 0 0.82 0.86 0.25
HSL 2.93º 0.76% 0.42% -
HSV(B) 2.93º 0.86% 0.75% -
XYZ 21.99 12.17 2.17 -
YUV 79.73 97.68 206.65 -
System Red Green Blue C M Y K H S L
Decimal 190 34 26 0 0.82 0.86 0.25 2.93 0.76 0.42
Hex BE 22 1A 0 52 56 19 3 4C 2A
Octal 276 42 32 0 122 126 31 3 114 52
Binary 10111110 100010 11010 0 1010010 1010110 11001 11 1001100 101010

Color Harmonies of #BE221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE221A

Black with #BE221A

Text Example


Text Example

White with #BE221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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