Html Css Color HEX #B2301A Fire Brick

📋 copy color: '#B2301A'

red 178 ◦ green 48 ◦ blue 26

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

Shades of Fire Brick #B2301A

Tints of Fire Brick #B2301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.05%

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

R = 70.63%
G = 19.05%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2301A (or 0xB2301A) is known color: Fire Brick. HEX triplet: B2, 30 and 1A. RGB value is (178,48,26). Sum of RGB (Red+Green+Blue) = 178+48+26=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B2301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2301A is #4DCFE5. Grayscale: #545454. Windows color (decimal): -5099494 or 1716402. OLE color: 1716402.

HSL color Cylindrical-coordinate representation of color #B2301A: hue angle of 8.68º 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 #B2301A is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 26 -
CMYK 0 0.73 0.85 0.30
HSL 8.68º 0.75% 0.4% -
HSV(B) 8.68º 0.85% 0.7% -
XYZ 19.6 11.65 2.19 -
YUV 84.36 95.07 194.79 -
System Red Green Blue C M Y K H S L
Decimal 178 48 26 0 0.73 0.85 0.30 8.68 0.75 0.4
Hex B2 30 1A 0 49 55 1E 9 4B 28
Octal 262 60 32 0 111 125 36 11 113 50
Binary 10110010 110000 11010 0 1001001 1010101 11110 1001 1001011 101000

Color Harmonies of #B2301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2301A

Black with #B2301A

Text Example


Text Example

White with #B2301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2301A; }

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

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

background-color css

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

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

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

border-color css

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

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

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