Html Css Color HEX #B82E3C Brick Red

📋 copy color: '#B82E3C'

red 184 ◦ green 46 ◦ blue 60

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

Shades of Brick Red #B82E3C

Tints of Brick Red #B82E3C

RGB

 RED value IS 184 (72.27% from 255) = 63.45%

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

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

R = 63.45%
G = 15.86%
B = 20.69%

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

#B82E3C (or 0xB82E3C) is known color: Brick Red. HEX triplet: B8, 2E and 3C. RGB value is (184,46,60). Sum of RGB (Red+Green+Blue) = 184+46+60=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82E3C is #47D1C3. Grayscale: #585858. Windows color (decimal): -4706756 or 3944120. OLE color: 3944120.

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

Color convert

RGB 184 46 60 -
CMYK 0 0.75 0.67 0.28
HSL 353.91º 0.6% 0.45% -
HSV(B) 353.91º 0.75% 0.72% -
XYZ 21.56 12.47 5.55 -
YUV 88.86 111.72 195.86 -
System Red Green Blue C M Y K H S L
Decimal 184 46 60 0 0.75 0.67 0.28 353.91 0.6 0.45
Hex B8 2E 3C 0 4B 43 1C 162 3C 2D
Octal 270 56 74 0 113 103 34 542 74 55
Binary 10111000 101110 111100 0 1001011 1000011 11100 101100010 111100 101101

Color Harmonies of #B82E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82E3C

Black with #B82E3C

Text Example


Text Example

White with #B82E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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