Html Css Color HEX #B2261B Fire Brick

📋 copy color: '#B2261B'

red 178 ◦ green 38 ◦ blue 27

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

Shades of Fire Brick #B2261B

Tints of Fire Brick #B2261B

RGB

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

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

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

R = 73.25%
G = 15.64%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2261B (or 0xB2261B) is known color: Fire Brick. HEX triplet: B2, 26 and 1B. RGB value is (178,38,27). Sum of RGB (Red+Green+Blue) = 178+38+27=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B2261B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2261B is #4DD9E4. Grayscale: #4E4E4E. Windows color (decimal): -5102053 or 1779378. OLE color: 1779378.

HSL color Cylindrical-coordinate representation of color #B2261B: hue angle of 4.37º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2261B is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 38 27 -
CMYK 0 0.79 0.85 0.30
HSL 4.37º 0.74% 0.4% -
HSV(B) 4.37º 0.85% 0.7% -
XYZ 19.25 10.93 2.13 -
YUV 78.61 98.88 198.89 -
System Red Green Blue C M Y K H S L
Decimal 178 38 27 0 0.79 0.85 0.30 4.37 0.74 0.4
Hex B2 26 1B 0 4F 55 1E 4 4A 28
Octal 262 46 33 0 117 125 36 4 112 50
Binary 10110010 100110 11011 0 1001111 1010101 11110 100 1001010 101000

Color Harmonies of #B2261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2261B

Black with #B2261B

Text Example


Text Example

White with #B2261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2261B; }

 p { color: rgb(178,38,27); }

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

background-color css

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

 a { background-color: rgb(178,38,27); }

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

border-color css

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

 span { border-color: rgb(178,38,27); }

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