Html Css Color HEX #BE231A Fire Brick

📋 copy color: '#BE231A'

red 190 ◦ green 35 ◦ blue 26

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

Shades of Fire Brick #BE231A

Tints of Fire Brick #BE231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.94%

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

R = 75.7%
G = 13.94%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE231A (or 0xBE231A) is known color: Fire Brick. HEX triplet: BE, 23 and 1A. RGB value is (190,35,26). Sum of RGB (Red+Green+Blue) = 190+35+26=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE231A is #41DCE5. Grayscale: #505050. Windows color (decimal): -4316390 or 1713086. OLE color: 1713086.

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

Color convert

RGB 190 35 26 -
CMYK 0 0.82 0.86 0.25
HSL 3.29º 0.76% 0.42% -
HSV(B) 3.29º 0.86% 0.75% -
XYZ 22.02 12.22 2.18 -
YUV 80.32 97.35 206.23 -
System Red Green Blue C M Y K H S L
Decimal 190 35 26 0 0.82 0.86 0.25 3.29 0.76 0.42
Hex BE 23 1A 0 52 56 19 3 4C 2A
Octal 276 43 32 0 122 126 31 3 114 52
Binary 10111110 100011 11010 0 1010010 1010110 11001 11 1001100 101010

Color Harmonies of #BE231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE231A

Black with #BE231A

Text Example


Text Example

White with #BE231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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