Html Css Color HEX #B2301B Fire Brick

📋 copy color: '#B2301B'

red 178 ◦ green 48 ◦ blue 27

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

Shades of Fire Brick #B2301B

Tints of Fire Brick #B2301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.67%

R = 70.36%
G = 18.97%
B = 10.67%

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

#B2301B (or 0xB2301B) is known color: Fire Brick. HEX triplet: B2, 30 and 1B. RGB value is (178,48,27). Sum of RGB (Red+Green+Blue) = 178+48+27=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B2301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2301B is #4DCFE4. Grayscale: #545454. Windows color (decimal): -5099493 or 1781938. OLE color: 1781938.

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

Color convert

RGB 178 48 27 -
CMYK 0 0.73 0.85 0.30
HSL 8.34º 0.74% 0.4% -
HSV(B) 8.34º 0.85% 0.7% -
XYZ 19.61 11.66 2.25 -
YUV 84.48 95.57 194.71 -
System Red Green Blue C M Y K H S L
Decimal 178 48 27 0 0.73 0.85 0.30 8.34 0.74 0.4
Hex B2 30 1B 0 49 55 1E 8 4A 28
Octal 262 60 33 0 111 125 36 10 112 50
Binary 10110010 110000 11011 0 1001001 1010101 11110 1000 1001010 101000

Color Harmonies of #B2301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2301B

Black with #B2301B

Text Example


Text Example

White with #B2301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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