Html Css Color HEX #B2260A Fire Brick

📋 copy color: '#B2260A'

red 178 ◦ green 38 ◦ blue 10

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

Shades of Fire Brick #B2260A

Tints of Fire Brick #B2260A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.42%

R = 78.76%
G = 16.81%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2260A (or 0xB2260A) is known color: Fire Brick. HEX triplet: B2, 26 and 0A. RGB value is (178,38,10). Sum of RGB (Red+Green+Blue) = 178+38+10=226 (29% of max value = 765). Red value is 178 (69.92% from 255 or 78.76% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 178 - color contains mainly: red. Hex color #B2260A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2260A is #4DD9F5. Grayscale: #4C4C4C. Windows color (decimal): -5102070 or 665266. OLE color: 665266.

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

Color convert

RGB 178 38 10 -
CMYK 0 0.79 0.94 0.30
HSL 10º 0.89% 0.37% -
HSV(B) 10º 0.94% 0.7% -
XYZ 19.11 10.87 1.38 -
YUV 76.67 90.38 200.28 -
System Red Green Blue C M Y K H S L
Decimal 178 38 10 0 0.79 0.94 0.30 10 0.89 0.37
Hex B2 26 A 0 4F 5E 1E A 59 25
Octal 262 46 12 0 117 136 36 12 131 45
Binary 10110010 100110 1010 0 1001111 1011110 11110 1010 1011001 100101

Color Harmonies of #B2260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2260A

Black with #B2260A

Text Example


Text Example

White with #B2260A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2260A; }

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

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

background-color css

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

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

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

border-color css

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

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

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