Html Css Color HEX #B72618 Fire Brick

📋 copy color: '#B72618'

red 183 ◦ green 38 ◦ blue 24

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

Shades of Fire Brick #B72618

Tints of Fire Brick #B72618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.8%

R = 74.69%
G = 15.51%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B72618 (or 0xB72618) is known color: Fire Brick. HEX triplet: B7, 26 and 18. RGB value is (183,38,24). Sum of RGB (Red+Green+Blue) = 183+38+24=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B72618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72618 is #48D9E7. Grayscale: #4F4F4F. Windows color (decimal): -4774376 or 1582775. OLE color: 1582775.

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

Color convert

RGB 183 38 24 -
CMYK 0 0.79 0.87 0.28
HSL 5.28º 0.77% 0.41% -
HSV(B) 5.28º 0.87% 0.72% -
XYZ 20.39 11.52 2.01 -
YUV 79.76 96.54 201.64 -
System Red Green Blue C M Y K H S L
Decimal 183 38 24 0 0.79 0.87 0.28 5.28 0.77 0.41
Hex B7 26 18 0 4F 57 1C 5 4D 29
Octal 267 46 30 0 117 127 34 5 115 51
Binary 10110111 100110 11000 0 1001111 1010111 11100 101 1001101 101001

Color Harmonies of #B72618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72618

Black with #B72618

Text Example


Text Example

White with #B72618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72618; }

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

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

background-color css

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

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

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

border-color css

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

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

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