Html Css Color HEX #B83229 Fire Brick

📋 copy color: '#B83229'

red 184 ◦ green 50 ◦ blue 41

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

Shades of Fire Brick #B83229

Tints of Fire Brick #B83229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.18%

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

R = 66.91%
G = 18.18%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B83229 (or 0xB83229) is known color: Fire Brick. HEX triplet: B8, 32 and 29. RGB value is (184,50,41). Sum of RGB (Red+Green+Blue) = 184+50+41=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B83229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83229 is #47CDD6. Grayscale: #595959. Windows color (decimal): -4705751 or 2699960. OLE color: 2699960.

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

Color convert

RGB 184 50 41 -
CMYK 0 0.73 0.78 0.28
HSL 3.78º 0.64% 0.44% -
HSV(B) 3.78º 0.78% 0.72% -
XYZ 21.31 12.63 3.41 -
YUV 89.04 100.89 195.73 -
System Red Green Blue C M Y K H S L
Decimal 184 50 41 0 0.73 0.78 0.28 3.78 0.64 0.44
Hex B8 32 29 0 49 4E 1C 4 40 2C
Octal 270 62 51 0 111 116 34 4 100 54
Binary 10111000 110010 101001 0 1001001 1001110 11100 100 1000000 101100

Color Harmonies of #B83229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83229

Black with #B83229

Text Example


Text Example

White with #B83229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83229; }

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

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

background-color css

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

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

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

border-color css

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

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

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