Html Css Color HEX #BE2B1D Fire Brick

📋 copy color: '#BE2B1D'

red 190 ◦ green 43 ◦ blue 29

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

Shades of Fire Brick #BE2B1D

Tints of Fire Brick #BE2B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 72.52%
G = 16.41%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE2B1D (or 0xBE2B1D) is known color: Fire Brick. HEX triplet: BE, 2B and 1D. RGB value is (190,43,29). Sum of RGB (Red+Green+Blue) = 190+43+29=262 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.52% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2B1D is #41D4E2. Grayscale: #555555. Windows color (decimal): -4314339 or 1911742. OLE color: 1911742.

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

Color convert

RGB 190 43 29 -
CMYK 0 0.77 0.85 0.25
HSL 5.22º 0.74% 0.43% -
HSV(B) 5.22º 0.85% 0.75% -
XYZ 22.32 12.76 2.45 -
YUV 85.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 190 43 29 0 0.77 0.85 0.25 5.22 0.74 0.43
Hex BE 2B 1D 0 4D 55 19 5 4A 2B
Octal 276 53 35 0 115 125 31 5 112 53
Binary 10111110 101011 11101 0 1001101 1010101 11001 101 1001010 101011

Color Harmonies of #BE2B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B1D

Black with #BE2B1D

Text Example


Text Example

White with #BE2B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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