Html Css Color HEX #B4261C Fire Brick

📋 copy color: '#B4261C'

red 180 ◦ green 38 ◦ blue 28

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

Shades of Fire Brick #B4261C

Tints of Fire Brick #B4261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.45%

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

R = 73.17%
G = 15.45%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4261C (or 0xB4261C) is known color: Fire Brick. HEX triplet: B4, 26 and 1C. RGB value is (180,38,28). Sum of RGB (Red+Green+Blue) = 180+38+28=246 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.17% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 180 - color contains mainly: red. Hex color #B4261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4261C is #4BD9E3. Grayscale: #4F4F4F. Windows color (decimal): -4970980 or 1844916. OLE color: 1844916.

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

Color convert

RGB 180 38 28 -
CMYK 0 0.79 0.84 0.29
HSL 3.95º 0.73% 0.41% -
HSV(B) 3.95º 0.84% 0.71% -
XYZ 19.73 11.17 2.22 -
YUV 79.32 99.04 199.81 -
System Red Green Blue C M Y K H S L
Decimal 180 38 28 0 0.79 0.84 0.29 3.95 0.73 0.41
Hex B4 26 1C 0 4F 54 1D 4 49 29
Octal 264 46 34 0 117 124 35 4 111 51
Binary 10110100 100110 11100 0 1001111 1010100 11101 100 1001001 101001

Color Harmonies of #B4261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4261C

Black with #B4261C

Text Example


Text Example

White with #B4261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4261C; }

 p { color: rgb(180,38,28); }

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

background-color css

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

 a { background-color: rgb(180,38,28); }

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

border-color css

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

 span { border-color: rgb(180,38,28); }

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