Html Css Color HEX #B5170A Fire Brick

📋 copy color: '#B5170A'

red 181 ◦ green 23 ◦ blue 10

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

Shades of Fire Brick #B5170A

Tints of Fire Brick #B5170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

 BLUE value IS 10 (4.3% from 255) = 4.67%

R = 84.58%
G = 10.75%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5170A (or 0xB5170A) is known color: Fire Brick. HEX triplet: B5, 17 and 0A. RGB value is (181,23,10). Sum of RGB (Red+Green+Blue) = 181+23+10=214 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.58% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 181 - color contains mainly: red. Hex color #B5170A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5170A is #4AE8F5. Grayscale: #444444. Windows color (decimal): -4909302 or 661429. OLE color: 661429.

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

Color convert

RGB 181 23 10 -
CMYK 0 0.87 0.94 0.29
HSL 4.56º 0.9% 0.37% -
HSV(B) 4.56º 0.94% 0.71% -
XYZ 19.42 10.46 1.28 -
YUV 68.76 94.85 208.06 -
System Red Green Blue C M Y K H S L
Decimal 181 23 10 0 0.87 0.94 0.29 4.56 0.9 0.37
Hex B5 17 A 0 57 5E 1D 5 5A 25
Octal 265 27 12 0 127 136 35 5 132 45
Binary 10110101 10111 1010 0 1010111 1011110 11101 101 1011010 100101

Color Harmonies of #B5170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5170A

Black with #B5170A

Text Example


Text Example

White with #B5170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5170A; }

 p { color: rgb(181,23,10); }

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

background-color css

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

 a { background-color: rgb(181,23,10); }

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

border-color css

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

 span { border-color: rgb(181,23,10); }

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