Html Css Color HEX #B82C41 Brick Red

📋 copy color: '#B82C41'

red 184 ◦ green 44 ◦ blue 65

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

Shades of Brick Red #B82C41

Tints of Brick Red #B82C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 62.8%
G = 15.02%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B82C41 (or 0xB82C41) is known color: Brick Red. HEX triplet: B8, 2C and 41. RGB value is (184,44,65). Sum of RGB (Red+Green+Blue) = 184+44+65=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82C41 is #47D3BE. Grayscale: #585858. Windows color (decimal): -4707263 or 4271288. OLE color: 4271288.

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

Color convert

RGB 184 44 65 -
CMYK 0 0.76 0.65 0.28
HSL 351º 0.61% 0.45% -
HSV(B) 351º 0.76% 0.72% -
XYZ 21.62 12.37 6.25 -
YUV 88.25 114.88 196.29 -
System Red Green Blue C M Y K H S L
Decimal 184 44 65 0 0.76 0.65 0.28 351 0.61 0.45
Hex B8 2C 41 0 4C 41 1C 15F 3D 2D
Octal 270 54 101 0 114 101 34 537 75 55
Binary 10111000 101100 1000001 0 1001100 1000001 11100 101011111 111101 101101

Color Harmonies of #B82C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82C41

Black with #B82C41

Text Example


Text Example

White with #B82C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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