Html Css Color HEX #B72C1E Fire Brick

📋 copy color: '#B72C1E'

red 183 ◦ green 44 ◦ blue 30

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

Shades of Fire Brick #B72C1E

Tints of Fire Brick #B72C1E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.12%

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 71.21%
G = 17.12%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B72C1E (or 0xB72C1E) is known color: Fire Brick. HEX triplet: B7, 2C and 1E. RGB value is (183,44,30). Sum of RGB (Red+Green+Blue) = 183+44+30=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C1E is #48D3E1. Grayscale: #545454. Windows color (decimal): -4772834 or 1977527. OLE color: 1977527.

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

Color convert

RGB 183 44 30 -
CMYK 0 0.76 0.84 0.28
HSL 5.49º 0.72% 0.42% -
HSV(B) 5.49º 0.84% 0.72% -
XYZ 20.66 11.96 2.45 -
YUV 83.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 183 44 30 0 0.76 0.84 0.28 5.49 0.72 0.42
Hex B7 2C 1E 0 4C 54 1C 5 48 2A
Octal 267 54 36 0 114 124 34 5 110 52
Binary 10110111 101100 11110 0 1001100 1010100 11100 101 1001000 101010

Color Harmonies of #B72C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C1E

Black with #B72C1E

Text Example


Text Example

White with #B72C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C1E; }

 p { color: rgb(183,44,30); }

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

background-color css

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

 a { background-color: rgb(183,44,30); }

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

border-color css

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

 span { border-color: rgb(183,44,30); }

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