Html Css Color HEX #B72E2E Fire Brick

📋 copy color: '#B72E2E'

red 183 ◦ green 46 ◦ blue 46

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

Shades of Fire Brick #B72E2E

Tints of Fire Brick #B72E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.73%

R = 66.55%
G = 16.73%
B = 16.73%

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

#B72E2E (or 0xB72E2E) is known color: Fire Brick. HEX triplet: B7, 2E and 2E. RGB value is (183,46,46). Sum of RGB (Red+Green+Blue) = 183+46+46=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E2E is #48D1D1. Grayscale: #575757. Windows color (decimal): -4772306 or 3026615. OLE color: 3026615.

HSL color Cylindrical-coordinate representation of color #B72E2E: hue angle of 0º degrees, saturation: 0.6, 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 #B72E2E is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 46 46 -
CMYK 0 0.75 0.75 0.28
HSL 0.6% 0.45% -
HSV(B) 0.75% 0.72% -
XYZ 21 12.22 3.84 -
YUV 86.96 104.89 196.5 -
System Red Green Blue C M Y K H S L
Decimal 183 46 46 0 0.75 0.75 0.28 0 0.6 0.45
Hex B7 2E 2E 0 4B 4B 1C 0 3C 2D
Octal 267 56 56 0 113 113 34 0 74 55
Binary 10110111 101110 101110 0 1001011 1001011 11100 0 111100 101101

Color Harmonies of #B72E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72E2E

Black with #B72E2E

Text Example


Text Example

White with #B72E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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