Html Css Color HEX #B82C36 Brick Red

📋 copy color: '#B82C36'

red 184 ◦ green 44 ◦ blue 54

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

Shades of Brick Red #B82C36

Tints of Brick Red #B82C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.15%

R = 65.25%
G = 15.6%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B82C36 (or 0xB82C36) is known color: Brick Red. HEX triplet: B8, 2C and 36. RGB value is (184,44,54). Sum of RGB (Red+Green+Blue) = 184+44+54=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82C36 is #47D3C9. Grayscale: #575757. Windows color (decimal): -4707274 or 3550392. OLE color: 3550392.

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

Color convert

RGB 184 44 54 -
CMYK 0 0.76 0.71 0.28
HSL 355.71º 0.61% 0.45% -
HSV(B) 355.71º 0.76% 0.72% -
XYZ 21.33 12.26 4.73 -
YUV 87 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 184 44 54 0 0.76 0.71 0.28 355.71 0.61 0.45
Hex B8 2C 36 0 4C 47 1C 164 3D 2D
Octal 270 54 66 0 114 107 34 544 75 55
Binary 10111000 101100 110110 0 1001100 1000111 11100 101100100 111101 101101

Color Harmonies of #B82C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82C36

Black with #B82C36

Text Example


Text Example

White with #B82C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82C36; }

 p { color: rgb(184,44,54); }

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

background-color css

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

 a { background-color: rgb(184,44,54); }

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

border-color css

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

 span { border-color: rgb(184,44,54); }

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