Html Css Color HEX #BE2D23 Fire Brick

📋 copy color: '#BE2D23'

red 190 ◦ green 45 ◦ blue 35

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

Shades of Fire Brick #BE2D23

Tints of Fire Brick #BE2D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.67%

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

R = 70.37%
G = 16.67%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE2D23 (or 0xBE2D23) is known color: Fire Brick. HEX triplet: BE, 2D and 23. RGB value is (190,45,35). Sum of RGB (Red+Green+Blue) = 190+45+35=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D23 is #41D2DC. Grayscale: #575757. Windows color (decimal): -4313821 or 2305470. OLE color: 2305470.

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

Color convert

RGB 190 45 35 -
CMYK 0 0.76 0.82 0.25
HSL 3.87º 0.69% 0.44% -
HSV(B) 3.87º 0.82% 0.75% -
XYZ 22.48 12.95 2.9 -
YUV 87.22 98.54 201.31 -
System Red Green Blue C M Y K H S L
Decimal 190 45 35 0 0.76 0.82 0.25 3.87 0.69 0.44
Hex BE 2D 23 0 4C 52 19 4 45 2C
Octal 276 55 43 0 114 122 31 4 105 54
Binary 10111110 101101 100011 0 1001100 1010010 11001 100 1000101 101100

Color Harmonies of #BE2D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D23

Black with #BE2D23

Text Example


Text Example

White with #BE2D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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