Html Css Color HEX #B82B29 Fire Brick

📋 copy color: '#B82B29'

red 184 ◦ green 43 ◦ blue 41

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

Shades of Fire Brick #B82B29

Tints of Fire Brick #B82B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.3%

R = 68.66%
G = 16.04%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B82B29 (or 0xB82B29) is known color: Fire Brick. HEX triplet: B8, 2B and 29. RGB value is (184,43,41). Sum of RGB (Red+Green+Blue) = 184+43+41=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82B29 is #47D4D6. Grayscale: #555555. Windows color (decimal): -4707543 or 2698168. OLE color: 2698168.

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

Color convert

RGB 184 43 41 -
CMYK 0 0.77 0.78 0.28
HSL 0.84º 0.64% 0.44% -
HSV(B) 0.84º 0.78% 0.72% -
XYZ 21.03 12.08 3.32 -
YUV 84.93 103.21 198.66 -
System Red Green Blue C M Y K H S L
Decimal 184 43 41 0 0.77 0.78 0.28 0.84 0.64 0.44
Hex B8 2B 29 0 4D 4E 1C 1 40 2C
Octal 270 53 51 0 115 116 34 1 100 54
Binary 10111000 101011 101001 0 1001101 1001110 11100 1 1000000 101100

Color Harmonies of #B82B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82B29

Black with #B82B29

Text Example


Text Example

White with #B82B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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