Html Css Color HEX #B4201B Fire Brick

📋 copy color: '#B4201B'

red 180 ◦ green 32 ◦ blue 27

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

Shades of Fire Brick #B4201B

Tints of Fire Brick #B4201B

RGB

 RED value IS 180 (70.7% from 255) = 75.31%

 GREEN value IS 32 (12.89% from 255) = 13.39%

 BLUE value IS 27 (10.94% from 255) = 11.3%

R = 75.31%
G = 13.39%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4201B (or 0xB4201B) is known color: Fire Brick. HEX triplet: B4, 20 and 1B. RGB value is (180,32,27). Sum of RGB (Red+Green+Blue) = 180+32+27=239 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.31% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 180 - color contains mainly: red. Hex color #B4201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4201B is #4BDFE4. Grayscale: #4B4B4B. Windows color (decimal): -4972517 or 1777844. OLE color: 1777844.

HSL color Cylindrical-coordinate representation of color #B4201B: hue angle of 1.96º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4201B is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 32 27 -
CMYK 0 0.82 0.85 0.29
HSL 1.96º 0.74% 0.41% -
HSV(B) 1.96º 0.85% 0.71% -
XYZ 19.54 10.82 2.09 -
YUV 75.68 100.53 202.41 -
System Red Green Blue C M Y K H S L
Decimal 180 32 27 0 0.82 0.85 0.29 1.96 0.74 0.41
Hex B4 20 1B 0 52 55 1D 2 4A 29
Octal 264 40 33 0 122 125 35 2 112 51
Binary 10110100 100000 11011 0 1010010 1010101 11101 10 1001010 101001

Color Harmonies of #B4201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4201B

Black with #B4201B

Text Example


Text Example

White with #B4201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4201B; }

 p { color: rgb(180,32,27); }

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

background-color css

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

 a { background-color: rgb(180,32,27); }

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

border-color css

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

 span { border-color: rgb(180,32,27); }

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