Html Css Color HEX #BE2C2A Fire Brick

📋 copy color: '#BE2C2A'

red 190 ◦ green 44 ◦ blue 42

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

Shades of Fire Brick #BE2C2A

Tints of Fire Brick #BE2C2A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.94%

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 68.84%
G = 15.94%
B = 15.22%

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

#BE2C2A (or 0xBE2C2A) is known color: Fire Brick. HEX triplet: BE, 2C and 2A. RGB value is (190,44,42). Sum of RGB (Red+Green+Blue) = 190+44+42=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2C2A is #41D3D5. Grayscale: #575757. Windows color (decimal): -4314070 or 2763966. OLE color: 2763966.

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

Color convert

RGB 190 44 42 -
CMYK 0 0.77 0.78 0.25
HSL 0.81º 0.64% 0.45% -
HSV(B) 0.81º 0.78% 0.75% -
XYZ 22.55 12.92 3.49 -
YUV 87.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 190 44 42 0 0.77 0.78 0.25 0.81 0.64 0.45
Hex BE 2C 2A 0 4D 4E 19 1 40 2D
Octal 276 54 52 0 115 116 31 1 100 55
Binary 10111110 101100 101010 0 1001101 1001110 11001 1 1000000 101101

Color Harmonies of #BE2C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C2A

Black with #BE2C2A

Text Example


Text Example

White with #BE2C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C2A; }

 p { color: rgb(190,44,42); }

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

background-color css

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

 a { background-color: rgb(190,44,42); }

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

border-color css

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

 span { border-color: rgb(190,44,42); }

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