Html Css Color HEX #BE1D12 Fire Brick

📋 copy color: '#BE1D12'

red 190 ◦ green 29 ◦ blue 18

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

Shades of Fire Brick #BE1D12

Tints of Fire Brick #BE1D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.24%

 BLUE value IS 18 (7.42% from 255) = 7.59%

R = 80.17%
G = 12.24%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE1D12 (or 0xBE1D12) is known color: Fire Brick. HEX triplet: BE, 1D and 12. RGB value is (190,29,18). Sum of RGB (Red+Green+Blue) = 190+29+18=237 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.17% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1D12 is #41E2ED. Grayscale: #4C4C4C. Windows color (decimal): -4317934 or 1187262. OLE color: 1187262.

HSL color Cylindrical-coordinate representation of color #BE1D12: hue angle of 3.84º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE1D12 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 29 18 -
CMYK 0 0.85 0.91 0.25
HSL 3.84º 0.83% 0.41% -
HSV(B) 3.84º 0.91% 0.75% -
XYZ 21.78 11.87 1.72 -
YUV 75.89 95.34 209.39 -
System Red Green Blue C M Y K H S L
Decimal 190 29 18 0 0.85 0.91 0.25 3.84 0.83 0.41
Hex BE 1D 12 0 55 5B 19 4 53 29
Octal 276 35 22 0 125 133 31 4 123 51
Binary 10111110 11101 10010 0 1010101 1011011 11001 100 1010011 101001

Color Harmonies of #BE1D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1D12

Black with #BE1D12

Text Example


Text Example

White with #BE1D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1D12; }

 p { color: rgb(190,29,18); }

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

background-color css

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

 a { background-color: rgb(190,29,18); }

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

border-color css

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

 span { border-color: rgb(190,29,18); }

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