Html Css Color HEX #BE2B25 Fire Brick

📋 copy color: '#BE2B25'

red 190 ◦ green 43 ◦ blue 37

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

Shades of Fire Brick #BE2B25

Tints of Fire Brick #BE2B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.7%

R = 70.37%
G = 15.93%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE2B25 (or 0xBE2B25) is known color: Fire Brick. HEX triplet: BE, 2B and 25. RGB value is (190,43,37). Sum of RGB (Red+Green+Blue) = 190+43+37=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2B25 is #41D4DA. Grayscale: #565656. Windows color (decimal): -4314331 or 2436030. OLE color: 2436030.

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

Color convert

RGB 190 43 37 -
CMYK 0 0.77 0.81 0.25
HSL 2.35º 0.67% 0.45% -
HSV(B) 2.35º 0.81% 0.75% -
XYZ 22.43 12.81 3.04 -
YUV 86.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 190 43 37 0 0.77 0.81 0.25 2.35 0.67 0.45
Hex BE 2B 25 0 4D 51 19 2 43 2D
Octal 276 53 45 0 115 121 31 2 103 55
Binary 10111110 101011 100101 0 1001101 1010001 11001 10 1000011 101101

Color Harmonies of #BE2B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B25

Black with #BE2B25

Text Example


Text Example

White with #BE2B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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