Html Css Color HEX #BE241C Fire Brick

📋 copy color: '#BE241C'

red 190 ◦ green 36 ◦ blue 28

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

Shades of Fire Brick #BE241C

Tints of Fire Brick #BE241C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 74.8%
G = 14.17%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE241C (or 0xBE241C) is known color: Fire Brick. HEX triplet: BE, 24 and 1C. RGB value is (190,36,28). Sum of RGB (Red+Green+Blue) = 190+36+28=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE241C is #41DBE3. Grayscale: #515151. Windows color (decimal): -4316132 or 1844414. OLE color: 1844414.

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

Color convert

RGB 190 36 28 -
CMYK 0 0.81 0.85 0.25
HSL 2.96º 0.74% 0.43% -
HSV(B) 2.96º 0.85% 0.75% -
XYZ 22.08 12.29 2.31 -
YUV 81.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 190 36 28 0 0.81 0.85 0.25 2.96 0.74 0.43
Hex BE 24 1C 0 51 55 19 3 4A 2B
Octal 276 44 34 0 121 125 31 3 112 53
Binary 10111110 100100 11100 0 1010001 1010101 11001 11 1001010 101011

Color Harmonies of #BE241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE241C

Black with #BE241C

Text Example


Text Example

White with #BE241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE241C; }

 p { color: rgb(190,36,28); }

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

background-color css

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

 a { background-color: rgb(190,36,28); }

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

border-color css

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

 span { border-color: rgb(190,36,28); }

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