Html Css Color HEX #B82D3C Brick Red

📋 copy color: '#B82D3C'

red 184 ◦ green 45 ◦ blue 60

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

Shades of Brick Red #B82D3C

Tints of Brick Red #B82D3C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.57%

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

R = 63.67%
G = 15.57%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B82D3C (or 0xB82D3C) is known color: Brick Red. HEX triplet: B8, 2D and 3C. RGB value is (184,45,60). Sum of RGB (Red+Green+Blue) = 184+45+60=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82D3C is #47D2C3. Grayscale: #585858. Windows color (decimal): -4707012 or 3943864. OLE color: 3943864.

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

Color convert

RGB 184 45 60 -
CMYK 0 0.76 0.67 0.28
HSL 353.53º 0.61% 0.45% -
HSV(B) 353.53º 0.76% 0.72% -
XYZ 21.52 12.39 5.53 -
YUV 88.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 184 45 60 0 0.76 0.67 0.28 353.53 0.61 0.45
Hex B8 2D 3C 0 4C 43 1C 162 3D 2D
Octal 270 55 74 0 114 103 34 542 75 55
Binary 10111000 101101 111100 0 1001100 1000011 11100 101100010 111101 101101

Color Harmonies of #B82D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82D3C

Black with #B82D3C

Text Example


Text Example

White with #B82D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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