Html Css Color HEX #B2270B Fire Brick

📋 copy color: '#B2270B'

red 178 ◦ green 39 ◦ blue 11

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

Shades of Fire Brick #B2270B

Tints of Fire Brick #B2270B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.11%

 BLUE value IS 11 (4.69% from 255) = 4.82%

R = 78.07%
G = 17.11%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2270B (or 0xB2270B) is known color: Fire Brick. HEX triplet: B2, 27 and 0B. RGB value is (178,39,11). Sum of RGB (Red+Green+Blue) = 178+39+11=228 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.07% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 178 - color contains mainly: red. Hex color #B2270B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2270B is #4DD8F4. Grayscale: #4D4D4D. Windows color (decimal): -5101813 or 731058. OLE color: 731058.

HSL color Cylindrical-coordinate representation of color #B2270B: hue angle of 10.06º degrees, saturation: 0.88, 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 #B2270B is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 39 11 -
CMYK 0 0.78 0.94 0.30
HSL 10.06º 0.88% 0.37% -
HSV(B) 10.06º 0.94% 0.7% -
XYZ 19.15 10.94 1.42 -
YUV 77.37 90.55 199.78 -
System Red Green Blue C M Y K H S L
Decimal 178 39 11 0 0.78 0.94 0.30 10.06 0.88 0.37
Hex B2 27 B 0 4E 5E 1E A 58 25
Octal 262 47 13 0 116 136 36 12 130 45
Binary 10110010 100111 1011 0 1001110 1011110 11110 1010 1011000 100101

Color Harmonies of #B2270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2270B

Black with #B2270B

Text Example


Text Example

White with #B2270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2270B; }

 p { color: rgb(178,39,11); }

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

background-color css

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

 a { background-color: rgb(178,39,11); }

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

border-color css

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

 span { border-color: rgb(178,39,11); }

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