Html Css Color HEX #B0261E Fire Brick

📋 copy color: '#B0261E'

red 176 ◦ green 38 ◦ blue 30

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

Shades of Fire Brick #B0261E

Tints of Fire Brick #B0261E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.3%

R = 72.13%
G = 15.57%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0261E (or 0xB0261E) is known color: Fire Brick. HEX triplet: B0, 26 and 1E. RGB value is (176,38,30). Sum of RGB (Red+Green+Blue) = 176+38+30=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B0261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0261E is #4FD9E1. Grayscale: #4E4E4E. Windows color (decimal): -5233122 or 1975984. OLE color: 1975984.

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

Color convert

RGB 176 38 30 -
CMYK 0 0.78 0.83 0.31
HSL 3.29º 0.71% 0.4% -
HSV(B) 3.29º 0.83% 0.69% -
XYZ 18.83 10.71 2.3 -
YUV 78.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 176 38 30 0 0.78 0.83 0.31 3.29 0.71 0.4
Hex B0 26 1E 0 4E 53 1F 3 47 28
Octal 260 46 36 0 116 123 37 3 107 50
Binary 10110000 100110 11110 0 1001110 1010011 11111 11 1000111 101000

Color Harmonies of #B0261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0261E

Black with #B0261E

Text Example


Text Example

White with #B0261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0261E; }

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

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

background-color css

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

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

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

border-color css

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

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

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