Html Css Color HEX #B2301F Fire Brick

📋 copy color: '#B2301F'

red 178 ◦ green 48 ◦ blue 31

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

Shades of Fire Brick #B2301F

Tints of Fire Brick #B2301F

RGB

 RED value IS 178 (69.92% from 255) = 69.26%

 GREEN value IS 48 (19.14% from 255) = 18.68%

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 69.26%
G = 18.68%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2301F (or 0xB2301F) is known color: Fire Brick. HEX triplet: B2, 30 and 1F. RGB value is (178,48,31). Sum of RGB (Red+Green+Blue) = 178+48+31=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B2301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2301F is #4DCFE0. Grayscale: #555555. Windows color (decimal): -5099489 or 2044082. OLE color: 2044082.

HSL color Cylindrical-coordinate representation of color #B2301F: hue angle of 6.94º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2301F is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 31 -
CMYK 0 0.73 0.83 0.30
HSL 6.94º 0.7% 0.41% -
HSV(B) 6.94º 0.83% 0.7% -
XYZ 19.66 11.68 2.51 -
YUV 84.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 178 48 31 0 0.73 0.83 0.30 6.94 0.7 0.41
Hex B2 30 1F 0 49 53 1E 7 46 29
Octal 262 60 37 0 111 123 36 7 106 51
Binary 10110010 110000 11111 0 1001001 1010011 11110 111 1000110 101001

Color Harmonies of #B2301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2301F

Black with #B2301F

Text Example


Text Example

White with #B2301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2301F; }

 p { color: rgb(178,48,31); }

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

background-color css

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

 a { background-color: rgb(178,48,31); }

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

border-color css

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

 span { border-color: rgb(178,48,31); }

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