Html Css Color HEX #BE231C Fire Brick

📋 copy color: '#BE231C'

red 190 ◦ green 35 ◦ blue 28

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

Shades of Fire Brick #BE231C

Tints of Fire Brick #BE231C

RGB

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

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

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

R = 75.1%
G = 13.83%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE231C (or 0xBE231C) is known color: Fire Brick. HEX triplet: BE, 23 and 1C. RGB value is (190,35,28). Sum of RGB (Red+Green+Blue) = 190+35+28=253 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.10% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 190 - color contains mainly: red. Hex color #BE231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE231C is #41DCE3. Grayscale: #505050. Windows color (decimal): -4316388 or 1844158. OLE color: 1844158.

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

Color convert

RGB 190 35 28 -
CMYK 0 0.82 0.85 0.25
HSL 2.59º 0.74% 0.43% -
HSV(B) 2.59º 0.85% 0.75% -
XYZ 22.05 12.23 2.3 -
YUV 80.55 98.35 206.07 -
System Red Green Blue C M Y K H S L
Decimal 190 35 28 0 0.82 0.85 0.25 2.59 0.74 0.43
Hex BE 23 1C 0 52 55 19 3 4A 2B
Octal 276 43 34 0 122 125 31 3 112 53
Binary 10111110 100011 11100 0 1010010 1010101 11001 11 1001010 101011

Color Harmonies of #BE231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE231C

Black with #BE231C

Text Example


Text Example

White with #BE231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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