Html Css Color HEX #B82B38 Brick Red

📋 copy color: '#B82B38'

red 184 ◦ green 43 ◦ blue 56

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

Shades of Brick Red #B82B38

Tints of Brick Red #B82B38

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.19%

 BLUE value IS 56 (22.27% from 255) = 19.79%

R = 65.02%
G = 15.19%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B82B38 (or 0xB82B38) is known color: Brick Red. HEX triplet: B8, 2B and 38. RGB value is (184,43,56). Sum of RGB (Red+Green+Blue) = 184+43+56=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82B38 is #47D4C7. Grayscale: #565656. Windows color (decimal): -4707528 or 3681208. OLE color: 3681208.

HSL color Cylindrical-coordinate representation of color #B82B38: hue angle of 354.47º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82B38 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 43 56 -
CMYK 0 0.77 0.70 0.28
HSL 354.47º 0.62% 0.45% -
HSV(B) 354.47º 0.77% 0.72% -
XYZ 21.34 12.2 4.97 -
YUV 86.64 110.71 197.44 -
System Red Green Blue C M Y K H S L
Decimal 184 43 56 0 0.77 0.70 0.28 354.47 0.62 0.45
Hex B8 2B 38 0 4D 46 1C 162 3E 2D
Octal 270 53 70 0 115 106 34 542 76 55
Binary 10111000 101011 111000 0 1001101 1000110 11100 101100010 111110 101101

Color Harmonies of #B82B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82B38

Black with #B82B38

Text Example


Text Example

White with #B82B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82B38; }

 p { color: rgb(184,43,56); }

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

background-color css

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

 a { background-color: rgb(184,43,56); }

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

border-color css

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

 span { border-color: rgb(184,43,56); }

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