Html Css Color HEX #B72615 Fire Brick

📋 copy color: '#B72615'

red 183 ◦ green 38 ◦ blue 21

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

Shades of Fire Brick #B72615

Tints of Fire Brick #B72615

RGB

 RED value IS 183 (71.88% from 255) = 75.62%

 GREEN value IS 38 (15.23% from 255) = 15.7%

 BLUE value IS 21 (8.59% from 255) = 8.68%

R = 75.62%
G = 15.7%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B72615 (or 0xB72615) is known color: Fire Brick. HEX triplet: B7, 26 and 15. RGB value is (183,38,21). Sum of RGB (Red+Green+Blue) = 183+38+21=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B72615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72615 is #48D9EA. Grayscale: #4F4F4F. Windows color (decimal): -4774379 or 1386167. OLE color: 1386167.

HSL color Cylindrical-coordinate representation of color #B72615: hue angle of 6.3º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B72615 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 38 21 -
CMYK 0 0.79 0.89 0.28
HSL 6.3º 0.79% 0.4% -
HSV(B) 6.3º 0.89% 0.72% -
XYZ 20.36 11.51 1.86 -
YUV 79.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 183 38 21 0 0.79 0.89 0.28 6.3 0.79 0.4
Hex B7 26 15 0 4F 59 1C 6 4F 28
Octal 267 46 25 0 117 131 34 6 117 50
Binary 10110111 100110 10101 0 1001111 1011001 11100 110 1001111 101000

Color Harmonies of #B72615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72615

Black with #B72615

Text Example


Text Example

White with #B72615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72615; }

 p { color: rgb(183,38,21); }

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

background-color css

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

 a { background-color: rgb(183,38,21); }

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

border-color css

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

 span { border-color: rgb(183,38,21); }

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