Html Css Color HEX #B72C2B Fire Brick

📋 copy color: '#B72C2B'

red 183 ◦ green 44 ◦ blue 43

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

Shades of Fire Brick #B72C2B

Tints of Fire Brick #B72C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 67.78%
G = 16.3%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B72C2B (or 0xB72C2B) is known color: 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

RGB 183 44 43 -
CMYK 0 0.76 0.77 0.28
HSL 0.43º 0.62% 0.44% -
HSV(B) 0.43º 0.77% 0.72% -
XYZ 20.87 12.04 3.51 -
YUV 85.45 104.05 197.58 -
System Red Green Blue C M Y K H S L
Decimal 183 44 43 0 0.76 0.77 0.28 0.43 0.62 0.44
Hex B7 2C 2B 0 4C 4D 1C 0 3E 2C
Octal 267 54 53 0 114 115 34 0 76 54
Binary 10110111 101100 101011 0 1001100 1001101 11100 0 111110 101100

Color Harmonies of #B72C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C2B

Black with #B72C2B

Text Example


Text Example

White with #B72C2B

Text Example


Text Example

HTML Codes & Css Web 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>