Html Css Color HEX #B2251A Fire Brick

📋 copy color: '#B2251A'

red 178 ◦ green 37 ◦ blue 26

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

Shades of Fire Brick #B2251A

Tints of Fire Brick #B2251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

 BLUE value IS 26 (10.55% from 255) = 10.79%

R = 73.86%
G = 15.35%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2251A (or 0xB2251A) is known color: Fire Brick. HEX triplet: B2, 25 and 1A. RGB value is (178,37,26). Sum of RGB (Red+Green+Blue) = 178+37+26=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B2251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2251A is #4DDAE5. Grayscale: #4E4E4E. Windows color (decimal): -5102310 or 1713586. OLE color: 1713586.

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

Color convert

RGB 178 37 26 -
CMYK 0 0.79 0.85 0.30
HSL 4.34º 0.75% 0.4% -
HSV(B) 4.34º 0.85% 0.7% -
XYZ 19.21 10.86 2.06 -
YUV 77.91 98.71 199.39 -
System Red Green Blue C M Y K H S L
Decimal 178 37 26 0 0.79 0.85 0.30 4.34 0.75 0.4
Hex B2 25 1A 0 4F 55 1E 4 4B 28
Octal 262 45 32 0 117 125 36 4 113 50
Binary 10110010 100101 11010 0 1001111 1010101 11110 100 1001011 101000

Color Harmonies of #B2251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2251A

Black with #B2251A

Text Example


Text Example

White with #B2251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2251A; }

 p { color: rgb(178,37,26); }

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

background-color css

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

 a { background-color: rgb(178,37,26); }

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

border-color css

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

 span { border-color: rgb(178,37,26); }

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