Html Css Color HEX #B2261D Fire Brick

📋 copy color: '#B2261D'

red 178 ◦ green 38 ◦ blue 29

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

Shades of Fire Brick #B2261D

Tints of Fire Brick #B2261D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 72.65%
G = 15.51%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2261D (or 0xB2261D) is known color: Fire Brick. HEX triplet: B2, 26 and 1D. RGB value is (178,38,29). Sum of RGB (Red+Green+Blue) = 178+38+29=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B2261D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2261D is #4DD9E2. Grayscale: #4F4F4F. Windows color (decimal): -5102051 or 1910450. OLE color: 1910450.

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

Color convert

RGB 178 38 29 -
CMYK 0 0.79 0.84 0.30
HSL 3.62º 0.72% 0.41% -
HSV(B) 3.62º 0.84% 0.7% -
XYZ 19.27 10.94 2.26 -
YUV 78.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 178 38 29 0 0.79 0.84 0.30 3.62 0.72 0.41
Hex B2 26 1D 0 4F 54 1E 4 48 29
Octal 262 46 35 0 117 124 36 4 110 51
Binary 10110010 100110 11101 0 1001111 1010100 11110 100 1001000 101001

Color Harmonies of #B2261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2261D

Black with #B2261D

Text Example


Text Example

White with #B2261D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2261D; }

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

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

background-color css

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

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

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

border-color css

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

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

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