Html Css Color HEX #BE251A Fire Brick

📋 copy color: '#BE251A'

red 190 ◦ green 37 ◦ blue 26

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

Shades of Fire Brick #BE251A

Tints of Fire Brick #BE251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.28%

R = 75.1%
G = 14.62%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE251A (or 0xBE251A) is known color: Fire Brick. HEX triplet: BE, 25 and 1A. RGB value is (190,37,26). Sum of RGB (Red+Green+Blue) = 190+37+26=253 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.10% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 190 - color contains mainly: red. Hex color #BE251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE251A is #41DAE5. Grayscale: #515151. Windows color (decimal): -4315878 or 1713598. OLE color: 1713598.

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

Color convert

RGB 190 37 26 -
CMYK 0 0.81 0.86 0.25
HSL 4.02º 0.76% 0.42% -
HSV(B) 4.02º 0.86% 0.75% -
XYZ 22.08 12.34 2.2 -
YUV 81.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 190 37 26 0 0.81 0.86 0.25 4.02 0.76 0.42
Hex BE 25 1A 0 51 56 19 4 4C 2A
Octal 276 45 32 0 121 126 31 4 114 52
Binary 10111110 100101 11010 0 1010001 1010110 11001 100 1001100 101010

Color Harmonies of #BE251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE251A

Black with #BE251A

Text Example


Text Example

White with #BE251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE251A; }

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

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

background-color css

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

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

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

border-color css

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

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

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