Html Css Color HEX #B72C2C Fire Brick

📋 copy color: '#B72C2C'

red 183 ◦ green 44 ◦ blue 44

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

Shades of Fire Brick #B72C2C

Tints of Fire Brick #B72C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.24%

R = 67.53%
G = 16.24%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B72C2C (or 0xB72C2C) is known color: Fire Brick. HEX triplet: B7, 2C and 2C. RGB value is (183,44,44). Sum of RGB (Red+Green+Blue) = 183+44+44=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C2C is #48D3D3. Grayscale: #555555. Windows color (decimal): -4772820 or 2895031. OLE color: 2895031.

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

Color convert

RGB 183 44 44 -
CMYK 0 0.76 0.76 0.28
HSL 0.61% 0.45% -
HSV(B) 0.76% 0.72% -
XYZ 20.88 12.05 3.61 -
YUV 85.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 183 44 44 0 0.76 0.76 0.28 0 0.61 0.45
Hex B7 2C 2C 0 4C 4C 1C 0 3D 2D
Octal 267 54 54 0 114 114 34 0 75 55
Binary 10110111 101100 101100 0 1001100 1001100 11100 0 111101 101101

Color Harmonies of #B72C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C2C

Black with #B72C2C

Text Example


Text Example

White with #B72C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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