Html Css Color HEX #B83227 Fire Brick

📋 copy color: '#B83227'

red 184 ◦ green 50 ◦ blue 39

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

Shades of Fire Brick #B83227

Tints of Fire Brick #B83227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.29%

R = 67.4%
G = 18.32%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B83227 (or 0xB83227) is known color: Fire Brick. HEX triplet: B8, 32 and 27. RGB value is (184,50,39). Sum of RGB (Red+Green+Blue) = 184+50+39=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B83227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83227 is #47CDD8. Grayscale: #585858. Windows color (decimal): -4705753 or 2568888. OLE color: 2568888.

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

Color convert

RGB 184 50 39 -
CMYK 0 0.73 0.79 0.28
HSL 4.55º 0.65% 0.44% -
HSV(B) 4.55º 0.79% 0.72% -
XYZ 21.27 12.62 3.23 -
YUV 88.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 184 50 39 0 0.73 0.79 0.28 4.55 0.65 0.44
Hex B8 32 27 0 49 4F 1C 5 41 2C
Octal 270 62 47 0 111 117 34 5 101 54
Binary 10111000 110010 100111 0 1001001 1001111 11100 101 1000001 101100

Color Harmonies of #B83227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83227

Black with #B83227

Text Example


Text Example

White with #B83227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83227; }

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

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

background-color css

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

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

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

border-color css

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

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

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