Html Css Color HEX #BE1D0D Fire Brick

📋 copy color: '#BE1D0D'

red 190 ◦ green 29 ◦ blue 13

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

Shades of Fire Brick #BE1D0D

Tints of Fire Brick #BE1D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.6%

R = 81.9%
G = 12.5%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE1D0D (or 0xBE1D0D) is known color: Fire Brick. HEX triplet: BE, 1D and 0D. RGB value is (190,29,13). Sum of RGB (Red+Green+Blue) = 190+29+13=232 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.90% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1D0D is #41E2F2. Grayscale: #4B4B4B. Windows color (decimal): -4317939 or 859582. OLE color: 859582.

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

Color convert

RGB 190 29 13 -
CMYK 0 0.85 0.93 0.25
HSL 5.42º 0.87% 0.4% -
HSV(B) 5.42º 0.93% 0.75% -
XYZ 21.75 11.85 1.52 -
YUV 75.32 92.84 209.8 -
System Red Green Blue C M Y K H S L
Decimal 190 29 13 0 0.85 0.93 0.25 5.42 0.87 0.4
Hex BE 1D D 0 55 5D 19 5 57 28
Octal 276 35 15 0 125 135 31 5 127 50
Binary 10111110 11101 1101 0 1010101 1011101 11001 101 1010111 101000

Color Harmonies of #BE1D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1D0D

Black with #BE1D0D

Text Example


Text Example

White with #BE1D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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