Html Css Color HEX #B2271F Fire Brick

📋 copy color: '#B2271F'

red 178 ◦ green 39 ◦ blue 31

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

Shades of Fire Brick #B2271F

Tints of Fire Brick #B2271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.73%

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

R = 71.77%
G = 15.73%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2271F (or 0xB2271F) is known color: Fire Brick. HEX triplet: B2, 27 and 1F. RGB value is (178,39,31). Sum of RGB (Red+Green+Blue) = 178+39+31=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B2271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2271F is #4DD8E0. Grayscale: #4F4F4F. Windows color (decimal): -5101793 or 2041778. OLE color: 2041778.

HSL color Cylindrical-coordinate representation of color #B2271F: hue angle of 3.27º 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 #B2271F is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 39 31 -
CMYK 0 0.78 0.83 0.30
HSL 3.27º 0.7% 0.41% -
HSV(B) 3.27º 0.83% 0.7% -
XYZ 19.33 11.01 2.4 -
YUV 79.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 178 39 31 0 0.78 0.83 0.30 3.27 0.7 0.41
Hex B2 27 1F 0 4E 53 1E 3 46 29
Octal 262 47 37 0 116 123 36 3 106 51
Binary 10110010 100111 11111 0 1001110 1010011 11110 11 1000110 101001

Color Harmonies of #B2271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2271F

Black with #B2271F

Text Example


Text Example

White with #B2271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2271F; }

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

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

background-color css

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

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

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

border-color css

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

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

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