Html Css Color HEX #B72C28 Fire Brick

📋 copy color: '#B72C28'

red 183 ◦ green 44 ◦ blue 40

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

Shades of Fire Brick #B72C28

Tints of Fire Brick #B72C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.98%

R = 68.54%
G = 16.48%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B72C28 (or 0xB72C28) is known color: Fire Brick. HEX triplet: B7, 2C and 28. RGB value is (183,44,40). Sum of RGB (Red+Green+Blue) = 183+44+40=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C28 is #48D3D7. Grayscale: #555555. Windows color (decimal): -4772824 or 2632887. OLE color: 2632887.

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

Color convert

RGB 183 44 40 -
CMYK 0 0.76 0.78 0.28
HSL 1.68º 0.64% 0.44% -
HSV(B) 1.68º 0.78% 0.72% -
XYZ 20.81 12.02 3.23 -
YUV 85.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 183 44 40 0 0.76 0.78 0.28 1.68 0.64 0.44
Hex B7 2C 28 0 4C 4E 1C 2 40 2C
Octal 267 54 50 0 114 116 34 2 100 54
Binary 10110111 101100 101000 0 1001100 1001110 11100 10 1000000 101100

Color Harmonies of #B72C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C28

Black with #B72C28

Text Example


Text Example

White with #B72C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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