Html Css Color HEX #B72C3E Brick Red

📋 copy color: '#B72C3E'

red 183 ◦ green 44 ◦ blue 62

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

Shades of Brick Red #B72C3E

Tints of Brick Red #B72C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.45%

R = 63.32%
G = 15.22%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B72C3E (or 0xB72C3E) is known color: Brick Red. HEX triplet: B7, 2C and 3E. RGB value is (183,44,62). Sum of RGB (Red+Green+Blue) = 183+44+62=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C3E is #48D3C1. Grayscale: #575757. Windows color (decimal): -4772802 or 4074679. OLE color: 4074679.

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

Color convert

RGB 183 44 62 -
CMYK 0 0.76 0.66 0.28
HSL 352.23º 0.61% 0.45% -
HSV(B) 352.23º 0.76% 0.72% -
XYZ 21.3 12.22 5.79 -
YUV 87.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 183 44 62 0 0.76 0.66 0.28 352.23 0.61 0.45
Hex B7 2C 3E 0 4C 42 1C 160 3D 2D
Octal 267 54 76 0 114 102 34 540 75 55
Binary 10110111 101100 111110 0 1001100 1000010 11100 101100000 111101 101101

Color Harmonies of #B72C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C3E

Black with #B72C3E

Text Example


Text Example

White with #B72C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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