Html Css Color HEX #BE2622 Fire Brick

📋 copy color: '#BE2622'

red 190 ◦ green 38 ◦ blue 34

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

Shades of Fire Brick #BE2622

Tints of Fire Brick #BE2622

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.5%

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

R = 72.52%
G = 14.5%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE2622 (or 0xBE2622) is known color: Fire Brick. HEX triplet: BE, 26 and 22. RGB value is (190,38,34). Sum of RGB (Red+Green+Blue) = 190+38+34=262 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.52% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2622 is #41D9DD. Grayscale: #535353. Windows color (decimal): -4315614 or 2238142. OLE color: 2238142.

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

Color convert

RGB 190 38 34 -
CMYK 0 0.8 0.82 0.25
HSL 1.54º 0.7% 0.44% -
HSV(B) 1.54º 0.82% 0.75% -
XYZ 22.22 12.45 2.75 -
YUV 82.99 100.36 204.33 -
System Red Green Blue C M Y K H S L
Decimal 190 38 34 0 0.8 0.82 0.25 1.54 0.7 0.44
Hex BE 26 22 0 50 52 19 2 46 2C
Octal 276 46 42 0 120 122 31 2 106 54
Binary 10111110 100110 100010 0 1010000 1010010 11001 10 1000110 101100

Color Harmonies of #BE2622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2622

Black with #BE2622

Text Example


Text Example

White with #BE2622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2622; }

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

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

background-color css

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

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

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

border-color css

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

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

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