Html Css Color HEX #B51C0C Fire Brick

📋 copy color: '#B51C0C'

red 181 ◦ green 28 ◦ blue 12

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

Shades of Fire Brick #B51C0C

Tints of Fire Brick #B51C0C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.67%

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

R = 81.9%
G = 12.67%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B51C0C (or 0xB51C0C) is known color: Fire Brick. HEX triplet: B5, 1C and 0C. RGB value is (181,28,12). Sum of RGB (Red+Green+Blue) = 181+28+12=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51C0C is #4AE3F3. Grayscale: #484848. Windows color (decimal): -4908020 or 793781. OLE color: 793781.

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

Color convert

RGB 181 28 12 -
CMYK 0 0.85 0.93 0.29
HSL 5.68º 0.88% 0.38% -
HSV(B) 5.68º 0.93% 0.71% -
XYZ 19.54 10.68 1.38 -
YUV 71.92 94.19 205.8 -
System Red Green Blue C M Y K H S L
Decimal 181 28 12 0 0.85 0.93 0.29 5.68 0.88 0.38
Hex B5 1C C 0 55 5D 1D 6 58 26
Octal 265 34 14 0 125 135 35 6 130 46
Binary 10110101 11100 1100 0 1010101 1011101 11101 110 1011000 100110

Color Harmonies of #B51C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51C0C

Black with #B51C0C

Text Example


Text Example

White with #B51C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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