Html Css Color HEX #B51A09 Fire Brick

📋 copy color: '#B51A09'

red 181 ◦ green 26 ◦ blue 9

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

Shades of Fire Brick #B51A09

Tints of Fire Brick #B51A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.04%

 BLUE value IS 9 (3.91% from 255) = 4.17%

R = 83.8%
G = 12.04%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B51A09 (or 0xB51A09) is known color: Fire Brick. HEX triplet: B5, 1A and 09. RGB value is (181,26,9). Sum of RGB (Red+Green+Blue) = 181+26+9=216 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.80% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51A09 is #4AE5F6. Grayscale: #464646. Windows color (decimal): -4908535 or 596661. OLE color: 596661.

HSL color Cylindrical-coordinate representation of color #B51A09: hue angle of 5.93º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B51A09 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 26 9 -
CMYK 0 0.86 0.95 0.29
HSL 5.93º 0.91% 0.37% -
HSV(B) 5.93º 0.95% 0.71% -
XYZ 19.47 10.58 1.27 -
YUV 70.41 93.35 206.88 -
System Red Green Blue C M Y K H S L
Decimal 181 26 9 0 0.86 0.95 0.29 5.93 0.91 0.37
Hex B5 1A 9 0 56 5F 1D 6 5B 25
Octal 265 32 11 0 126 137 35 6 133 45
Binary 10110101 11010 1001 0 1010110 1011111 11101 110 1011011 100101

Color Harmonies of #B51A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51A09

Black with #B51A09

Text Example


Text Example

White with #B51A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51A09; }

 p { color: rgb(181,26,9); }

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

background-color css

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

 a { background-color: rgb(181,26,9); }

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

border-color css

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

 span { border-color: rgb(181,26,9); }

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