Html Css Color HEX #BE2523 Fire Brick

📋 copy color: '#BE2523'

red 190 ◦ green 37 ◦ blue 35

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

Shades of Fire Brick #BE2523

Tints of Fire Brick #BE2523

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.12%

 BLUE value IS 35 (14.06% from 255) = 13.36%

R = 72.52%
G = 14.12%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE2523 (or 0xBE2523) is known color: Fire Brick. HEX triplet: BE, 25 and 23. RGB value is (190,37,35). Sum of RGB (Red+Green+Blue) = 190+37+35=262 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.52% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2523 is #41DADC. Grayscale: #525252. Windows color (decimal): -4315869 or 2303422. OLE color: 2303422.

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

Color convert

RGB 190 37 35 -
CMYK 0 0.81 0.82 0.25
HSL 0.77º 0.69% 0.44% -
HSV(B) 0.77º 0.82% 0.75% -
XYZ 22.2 12.39 2.81 -
YUV 82.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 190 37 35 0 0.81 0.82 0.25 0.77 0.69 0.44
Hex BE 25 23 0 51 52 19 1 45 2C
Octal 276 45 43 0 121 122 31 1 105 54
Binary 10111110 100101 100011 0 1010001 1010010 11001 1 1000101 101100

Color Harmonies of #BE2523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2523

Black with #BE2523

Text Example


Text Example

White with #BE2523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2523; }

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

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

background-color css

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

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

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

border-color css

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

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

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