Html Css Color HEX #B82C27 Fire Brick

📋 copy color: '#B82C27'

red 184 ◦ green 44 ◦ blue 39

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

Shades of Fire Brick #B82C27

Tints of Fire Brick #B82C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.48%

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

R = 68.91%
G = 16.48%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B82C27 (or 0xB82C27) is known color: Fire Brick. HEX triplet: B8, 2C and 27. RGB value is (184,44,39). Sum of RGB (Red+Green+Blue) = 184+44+39=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82C27 is #47D3D8. Grayscale: #555555. Windows color (decimal): -4707289 or 2567352. OLE color: 2567352.

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

Color convert

RGB 184 44 39 -
CMYK 0 0.76 0.79 0.28
HSL 2.07º 0.65% 0.44% -
HSV(B) 2.07º 0.79% 0.72% -
XYZ 21.03 12.14 3.15 -
YUV 85.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 184 44 39 0 0.76 0.79 0.28 2.07 0.65 0.44
Hex B8 2C 27 0 4C 4F 1C 2 41 2C
Octal 270 54 47 0 114 117 34 2 101 54
Binary 10111000 101100 100111 0 1001100 1001111 11100 10 1000001 101100

Color Harmonies of #B82C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82C27

Black with #B82C27

Text Example


Text Example

White with #B82C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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