Html Css Color HEX #B7281C Fire Brick

📋 copy color: '#B7281C'

red 183 ◦ green 40 ◦ blue 28

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

Shades of Fire Brick #B7281C

Tints of Fire Brick #B7281C

RGB

 RED value IS 183 (71.88% from 255) = 72.91%

 GREEN value IS 40 (16.02% from 255) = 15.94%

 BLUE value IS 28 (11.33% from 255) = 11.16%

R = 72.91%
G = 15.94%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7281C (or 0xB7281C) is known color: Fire Brick. HEX triplet: B7, 28 and 1C. RGB value is (183,40,28). Sum of RGB (Red+Green+Blue) = 183+40+28=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B7281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7281C is #48D7E3. Grayscale: #515151. Windows color (decimal): -4773860 or 1845431. OLE color: 1845431.

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

Color convert

RGB 183 40 28 -
CMYK 0 0.78 0.85 0.28
HSL 4.65º 0.73% 0.41% -
HSV(B) 4.65º 0.85% 0.72% -
XYZ 20.5 11.67 2.27 -
YUV 81.39 97.88 200.48 -
System Red Green Blue C M Y K H S L
Decimal 183 40 28 0 0.78 0.85 0.28 4.65 0.73 0.41
Hex B7 28 1C 0 4E 55 1C 5 49 29
Octal 267 50 34 0 116 125 34 5 111 51
Binary 10110111 101000 11100 0 1001110 1010101 11100 101 1001001 101001

Color Harmonies of #B7281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7281C

Black with #B7281C

Text Example


Text Example

White with #B7281C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7281C; }

 p { color: rgb(183,40,28); }

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

background-color css

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

 a { background-color: rgb(183,40,28); }

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

border-color css

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

 span { border-color: rgb(183,40,28); }

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