Html Css Color HEX #B72C2A Fire Brick

📋 copy color: '#B72C2A'

red 183 ◦ green 44 ◦ blue 42

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

Shades of Fire Brick #B72C2A

Tints of Fire Brick #B72C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.61%

R = 68.03%
G = 16.36%
B = 15.61%

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

#B72C2A (or 0xB72C2A) is known color: Fire Brick. HEX triplet: B7, 2C and 2A. RGB value is (183,44,42). Sum of RGB (Red+Green+Blue) = 183+44+42=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C2A is #48D3D5. Grayscale: #555555. Windows color (decimal): -4772822 or 2763959. OLE color: 2763959.

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

Color convert

RGB 183 44 42 -
CMYK 0 0.76 0.77 0.28
HSL 0.85º 0.63% 0.44% -
HSV(B) 0.85º 0.77% 0.72% -
XYZ 20.85 12.04 3.41 -
YUV 85.33 103.55 197.66 -
System Red Green Blue C M Y K H S L
Decimal 183 44 42 0 0.76 0.77 0.28 0.85 0.63 0.44
Hex B7 2C 2A 0 4C 4D 1C 1 3F 2C
Octal 267 54 52 0 114 115 34 1 77 54
Binary 10110111 101100 101010 0 1001100 1001101 11100 1 111111 101100

Color Harmonies of #B72C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C2A

Black with #B72C2A

Text Example


Text Example

White with #B72C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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