Html Css Color HEX #B51E0C Fire Brick

📋 copy color: '#B51E0C'

red 181 ◦ green 30 ◦ blue 12

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

Shades of Fire Brick #B51E0C

Tints of Fire Brick #B51E0C

RGB

 RED value IS 181 (71.09% from 255) = 81.17%

 GREEN value IS 30 (12.11% from 255) = 13.45%

 BLUE value IS 12 (5.08% from 255) = 5.38%

R = 81.17%
G = 13.45%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B51E0C (or 0xB51E0C) is known color: Fire Brick. HEX triplet: B5, 1E and 0C. RGB value is (181,30,12). Sum of RGB (Red+Green+Blue) = 181+30+12=223 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.17% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51E0C is #4AE1F3. Grayscale: #494949. Windows color (decimal): -4907508 or 794293. OLE color: 794293.

HSL color Cylindrical-coordinate representation of color #B51E0C: hue angle of 6.39º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B51E0C is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 30 12 -
CMYK 0 0.83 0.93 0.29
HSL 6.39º 0.88% 0.38% -
HSV(B) 6.39º 0.93% 0.71% -
XYZ 19.59 10.78 1.4 -
YUV 73.1 93.53 204.96 -
System Red Green Blue C M Y K H S L
Decimal 181 30 12 0 0.83 0.93 0.29 6.39 0.88 0.38
Hex B5 1E C 0 53 5D 1D 6 58 26
Octal 265 36 14 0 123 135 35 6 130 46
Binary 10110101 11110 1100 0 1010011 1011101 11101 110 1011000 100110

Color Harmonies of #B51E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51E0C

Black with #B51E0C

Text Example


Text Example

White with #B51E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51E0C; }

 p { color: rgb(181,30,12); }

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

background-color css

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

 a { background-color: rgb(181,30,12); }

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

border-color css

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

 span { border-color: rgb(181,30,12); }

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