Html Css Color HEX #BE2222 Fire Brick

📋 copy color: '#BE2222'

red 190 ◦ green 34 ◦ blue 34

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

Shades of Fire Brick #BE2222

Tints of Fire Brick #BE2222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.18%

R = 73.64%
G = 13.18%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE2222 (or 0xBE2222) is known color: Fire Brick. HEX triplet: BE, 22 and 22. RGB value is (190,34,34). Sum of RGB (Red+Green+Blue) = 190+34+34=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2222 is #41DDDD. Grayscale: #505050. Windows color (decimal): -4316638 or 2237118. OLE color: 2237118.

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

Color convert

RGB 190 34 34 -
CMYK 0 0.82 0.82 0.25
HSL 0.7% 0.44% -
HSV(B) 0.82% 0.75% -
XYZ 22.1 12.21 2.7 -
YUV 80.64 101.68 206 -
System Red Green Blue C M Y K H S L
Decimal 190 34 34 0 0.82 0.82 0.25 0 0.7 0.44
Hex BE 22 22 0 52 52 19 0 46 2C
Octal 276 42 42 0 122 122 31 0 106 54
Binary 10111110 100010 100010 0 1010010 1010010 11001 0 1000110 101100

Color Harmonies of #BE2222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2222

Black with #BE2222

Text Example


Text Example

White with #BE2222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2222; }

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

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

background-color css

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

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

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

border-color css

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

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

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