Html Css Color HEX #B82940 Brick Red

📋 copy color: '#B82940'

red 184 ◦ green 41 ◦ blue 64

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

Shades of Brick Red #B82940

Tints of Brick Red #B82940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.19%

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 63.67%
G = 14.19%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B82940 (or 0xB82940) is known color: Brick Red. HEX triplet: B8, 29 and 40. RGB value is (184,41,64). Sum of RGB (Red+Green+Blue) = 184+41+64=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B82940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82940 is #47D6BF. Grayscale: #565656. Windows color (decimal): -4708032 or 4204984. OLE color: 4204984.

HSL color Cylindrical-coordinate representation of color #B82940: hue angle of 350.35º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82940 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 41 64 -
CMYK 0 0.78 0.65 0.28
HSL 350.35º 0.64% 0.44% -
HSV(B) 350.35º 0.78% 0.72% -
XYZ 21.49 12.15 6.06 -
YUV 86.38 115.38 197.63 -
System Red Green Blue C M Y K H S L
Decimal 184 41 64 0 0.78 0.65 0.28 350.35 0.64 0.44
Hex B8 29 40 0 4E 41 1C 15E 40 2C
Octal 270 51 100 0 116 101 34 536 100 54
Binary 10111000 101001 1000000 0 1001110 1000001 11100 101011110 1000000 101100

Color Harmonies of #B82940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82940

Black with #B82940

Text Example


Text Example

White with #B82940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82940; }

 p { color: rgb(184,41,64); }

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

background-color css

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

 a { background-color: rgb(184,41,64); }

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

border-color css

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

 span { border-color: rgb(184,41,64); }

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