Html Css Color HEX #BE2B29 Fire Brick

📋 copy color: '#BE2B29'

red 190 ◦ green 43 ◦ blue 41

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

Shades of Fire Brick #BE2B29

Tints of Fire Brick #BE2B29

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.69%

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 69.34%
G = 15.69%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE2B29 (or 0xBE2B29) is known color: Fire Brick. HEX triplet: BE, 2B and 29. RGB value is (190,43,41). Sum of RGB (Red+Green+Blue) = 190+43+41=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2B29 is #41D4D6. Grayscale: #565656. Windows color (decimal): -4314327 or 2698174. OLE color: 2698174.

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

Color convert

RGB 190 43 41 -
CMYK 0 0.77 0.78 0.25
HSL 0.81º 0.65% 0.45% -
HSV(B) 0.81º 0.78% 0.75% -
XYZ 22.5 12.84 3.39 -
YUV 86.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 190 43 41 0 0.77 0.78 0.25 0.81 0.65 0.45
Hex BE 2B 29 0 4D 4E 19 1 41 2D
Octal 276 53 51 0 115 116 31 1 101 55
Binary 10111110 101011 101001 0 1001101 1001110 11001 1 1000001 101101

Color Harmonies of #BE2B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B29

Black with #BE2B29

Text Example


Text Example

White with #BE2B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B29; }

 p { color: rgb(190,43,41); }

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

background-color css

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

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

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

border-color css

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

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

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