Html Css Color HEX #B72E3C Brick Red

📋 copy color: '#B72E3C'

red 183 ◦ green 46 ◦ blue 60

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

Shades of Brick Red #B72E3C

Tints of Brick Red #B72E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.76%

R = 63.32%
G = 15.92%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B72E3C (or 0xB72E3C) is known color: Brick Red. HEX triplet: B7, 2E and 3C. RGB value is (183,46,60). Sum of RGB (Red+Green+Blue) = 183+46+60=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E3C is #48D1C3. Grayscale: #585858. Windows color (decimal): -4772292 or 3944119. OLE color: 3944119.

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

Color convert

RGB 183 46 60 -
CMYK 0 0.75 0.67 0.28
HSL 353.87º 0.6% 0.45% -
HSV(B) 353.87º 0.75% 0.72% -
XYZ 21.32 12.35 5.53 -
YUV 88.56 111.89 195.36 -
System Red Green Blue C M Y K H S L
Decimal 183 46 60 0 0.75 0.67 0.28 353.87 0.6 0.45
Hex B7 2E 3C 0 4B 43 1C 162 3C 2D
Octal 267 56 74 0 113 103 34 542 74 55
Binary 10110111 101110 111100 0 1001011 1000011 11100 101100010 111100 101101

Color Harmonies of #B72E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72E3C

Black with #B72E3C

Text Example


Text Example

White with #B72E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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