Html Css Color HEX #B7281E Fire Brick

📋 copy color: '#B7281E'

red 183 ◦ green 40 ◦ blue 30

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

Shades of Fire Brick #B7281E

Tints of Fire Brick #B7281E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.86%

R = 72.33%
G = 15.81%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7281E (or 0xB7281E) is known color: Fire Brick. HEX triplet: B7, 28 and 1E. RGB value is (183,40,30). Sum of RGB (Red+Green+Blue) = 183+40+30=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B7281E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7281E is #48D7E1. Grayscale: #515151. Windows color (decimal): -4773858 or 1976503. OLE color: 1976503.

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

Color convert

RGB 183 40 30 -
CMYK 0 0.78 0.84 0.28
HSL 3.92º 0.72% 0.42% -
HSV(B) 3.92º 0.84% 0.72% -
XYZ 20.52 11.68 2.4 -
YUV 81.62 98.88 200.31 -
System Red Green Blue C M Y K H S L
Decimal 183 40 30 0 0.78 0.84 0.28 3.92 0.72 0.42
Hex B7 28 1E 0 4E 54 1C 4 48 2A
Octal 267 50 36 0 116 124 34 4 110 52
Binary 10110111 101000 11110 0 1001110 1010100 11100 100 1001000 101010

Color Harmonies of #B7281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7281E

Black with #B7281E

Text Example


Text Example

White with #B7281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7281E; }

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

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

background-color css

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

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

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

border-color css

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

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

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