Html Css Color HEX #B0261D Fire Brick

📋 copy color: '#B0261D'

red 176 ◦ green 38 ◦ blue 29

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

Shades of Fire Brick #B0261D

Tints of Fire Brick #B0261D

RGB

 RED value IS 176 (69.14% from 255) = 72.43%

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

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

R = 72.43%
G = 15.64%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0261D (or 0xB0261D) is known color: Fire Brick. HEX triplet: B0, 26 and 1D. RGB value is (176,38,29). Sum of RGB (Red+Green+Blue) = 176+38+29=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B0261D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0261D is #4FD9E2. Grayscale: #4E4E4E. Windows color (decimal): -5233123 or 1910448. OLE color: 1910448.

HSL color Cylindrical-coordinate representation of color #B0261D: hue angle of 3.67º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0261D is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 38 29 -
CMYK 0 0.78 0.84 0.31
HSL 3.67º 0.72% 0.4% -
HSV(B) 3.67º 0.84% 0.69% -
XYZ 18.82 10.71 2.24 -
YUV 78.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 176 38 29 0 0.78 0.84 0.31 3.67 0.72 0.4
Hex B0 26 1D 0 4E 54 1F 4 48 28
Octal 260 46 35 0 116 124 37 4 110 50
Binary 10110000 100110 11101 0 1001110 1010100 11111 100 1001000 101000

Color Harmonies of #B0261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0261D

Black with #B0261D

Text Example


Text Example

White with #B0261D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0261D; }

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

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

background-color css

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

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

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

border-color css

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

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

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