Html Css Color HEX #B3261D Fire Brick

📋 copy color: '#B3261D'

red 179 ◦ green 38 ◦ blue 29

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

Shades of Fire Brick #B3261D

Tints of Fire Brick #B3261D

RGB

 RED value IS 179 (70.31% from 255) = 72.76%

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

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

R = 72.76%
G = 15.45%
B = 11.79%

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

#B3261D (or 0xB3261D) is known color: Fire Brick. HEX triplet: B3, 26 and 1D. RGB value is (179,38,29). Sum of RGB (Red+Green+Blue) = 179+38+29=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B3261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3261D is #4CD9E2. Grayscale: #4F4F4F. Windows color (decimal): -5036515 or 1910451. OLE color: 1910451.

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

Color convert

RGB 179 38 29 -
CMYK 0 0.79 0.84 0.30
HSL 3.6º 0.72% 0.41% -
HSV(B) 3.6º 0.84% 0.7% -
XYZ 19.51 11.06 2.27 -
YUV 79.13 99.71 199.23 -
System Red Green Blue C M Y K H S L
Decimal 179 38 29 0 0.79 0.84 0.30 3.6 0.72 0.41
Hex B3 26 1D 0 4F 54 1E 4 48 29
Octal 263 46 35 0 117 124 36 4 110 51
Binary 10110011 100110 11101 0 1001111 1010100 11110 100 1001000 101001

Color Harmonies of #B3261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3261D

Black with #B3261D

Text Example


Text Example

White with #B3261D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3261D; }

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

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

background-color css

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

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

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

border-color css

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

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

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