#B72C2B

Color #B72C2B Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #B72C2B

Tints of Fire Brick #B72C2B

Color information

#B72C2B (or 0xB72C2B) is unknown color: approx Fire Brick. HEX triplet: B7, 2C and 2B. RGB value is (183,44,43). Sum of RGB (Red+Green+Blue) = 183+44+43=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C2B is #48D3D4. Grayscale: #555555. Windows color (decimal): -4772821 or 2829495. OLE color: 2829495.

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

Color convert

RGB1834443-
CMYK00.760.770.28
HSL0.43º61.95%44.31%-
HSV(B)0.43º76.5%71.76%-
XYZ20.8712.043.51-
YUV85.45104.05197.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.78%
GREEN value IS 44 (17.58% from 255) = 16.30%
BLUE value IS 43 (17.19% from 255) = 15.93%
R=67.78%
G=16.30%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183444300.760.770.280.4361.9544.31
HexB72C2B04C4D1C03e2c
Octal267545301141153407654
Binary10110111101100101011010011001001101111000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72C2B; }

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

 H1.HeaderClassName
 {
   color: #B72C2B;
 }
 .AnyTagClassName
 {
   color: #B72C2B;
 }
</style>
background-color css

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

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

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

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

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

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