Html Css Color HEX #B2341D Fire Brick

📋 copy color: '#B2341D'

red 178 ◦ green 52 ◦ blue 29

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

Shades of Fire Brick #B2341D

Tints of Fire Brick #B2341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

 BLUE value IS 29 (11.72% from 255) = 11.2%

R = 68.73%
G = 20.08%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2341D (or 0xB2341D) is known color: Fire Brick. HEX triplet: B2, 34 and 1D. RGB value is (178,52,29). Sum of RGB (Red+Green+Blue) = 178+52+29=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B2341D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2341D is #4DCBE2. Grayscale: #575757. Windows color (decimal): -5098467 or 1914034. OLE color: 1914034.

HSL color Cylindrical-coordinate representation of color #B2341D: hue angle of 9.26º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2341D is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 52 29 -
CMYK 0 0.71 0.84 0.30
HSL 9.26º 0.72% 0.41% -
HSV(B) 9.26º 0.84% 0.7% -
XYZ 19.81 12.01 2.44 -
YUV 87.05 95.24 192.87 -
System Red Green Blue C M Y K H S L
Decimal 178 52 29 0 0.71 0.84 0.30 9.26 0.72 0.41
Hex B2 34 1D 0 47 54 1E 9 48 29
Octal 262 64 35 0 107 124 36 11 110 51
Binary 10110010 110100 11101 0 1000111 1010100 11110 1001 1001000 101001

Color Harmonies of #B2341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2341D

Black with #B2341D

Text Example


Text Example

White with #B2341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2341D; }

 p { color: rgb(178,52,29); }

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

background-color css

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

 a { background-color: rgb(178,52,29); }

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

border-color css

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

 span { border-color: rgb(178,52,29); }

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