Html Css Color HEX #B72B3F Brick Red

📋 copy color: '#B72B3F'

red 183 ◦ green 43 ◦ blue 63

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

Shades of Brick Red #B72B3F

Tints of Brick Red #B72B3F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.88%

 BLUE value IS 63 (25% from 255) = 21.8%

R = 63.32%
G = 14.88%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B72B3F (or 0xB72B3F) is known color: Brick Red. HEX triplet: B7, 2B and 3F. RGB value is (183,43,63). Sum of RGB (Red+Green+Blue) = 183+43+63=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72B3F is #48D4C0. Grayscale: #575757. Windows color (decimal): -4773057 or 4139959. OLE color: 4139959.

HSL color Cylindrical-coordinate representation of color #B72B3F: hue angle of 351.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 #B72B3F is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 43 63 -
CMYK 0 0.77 0.66 0.28
HSL 351.43º 0.62% 0.44% -
HSV(B) 351.43º 0.77% 0.72% -
XYZ 21.29 12.15 5.93 -
YUV 87.14 114.38 196.37 -
System Red Green Blue C M Y K H S L
Decimal 183 43 63 0 0.77 0.66 0.28 351.43 0.62 0.44
Hex B7 2B 3F 0 4D 42 1C 15F 3E 2C
Octal 267 53 77 0 115 102 34 537 76 54
Binary 10110111 101011 111111 0 1001101 1000010 11100 101011111 111110 101100

Color Harmonies of #B72B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72B3F

Black with #B72B3F

Text Example


Text Example

White with #B72B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72B3F; }

 p { color: rgb(183,43,63); }

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

background-color css

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

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

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

border-color css

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

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

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