Html Css Color HEX #B72E2D Fire Brick

📋 copy color: '#B72E2D'

red 183 ◦ green 46 ◦ blue 45

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

Shades of Fire Brick #B72E2D

Tints of Fire Brick #B72E2D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.79%

 BLUE value IS 45 (17.97% from 255) = 16.42%

R = 66.79%
G = 16.79%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B72E2D (or 0xB72E2D) is known color: Fire Brick. HEX triplet: B7, 2E and 2D. RGB value is (183,46,45). Sum of RGB (Red+Green+Blue) = 183+46+45=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E2D is #48D1D2. Grayscale: #565656. Windows color (decimal): -4772307 or 2961079. OLE color: 2961079.

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

Color convert

RGB 183 46 45 -
CMYK 0 0.75 0.75 0.28
HSL 0.43º 0.61% 0.45% -
HSV(B) 0.43º 0.75% 0.72% -
XYZ 20.98 12.21 3.73 -
YUV 86.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 183 46 45 0 0.75 0.75 0.28 0.43 0.61 0.45
Hex B7 2E 2D 0 4B 4B 1C 0 3D 2D
Octal 267 56 55 0 113 113 34 0 75 55
Binary 10110111 101110 101101 0 1001011 1001011 11100 0 111101 101101

Color Harmonies of #B72E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72E2D

Black with #B72E2D

Text Example


Text Example

White with #B72E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72E2D; }

 p { color: rgb(183,46,45); }

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

background-color css

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

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

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

border-color css

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

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

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