Html Css Color HEX #B23121 Fire Brick

📋 copy color: '#B23121'

red 178 ◦ green 49 ◦ blue 33

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

Shades of Fire Brick #B23121

Tints of Fire Brick #B23121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.85%

 BLUE value IS 33 (13.28% from 255) = 12.69%

R = 68.46%
G = 18.85%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B23121 (or 0xB23121) is known color: Fire Brick. HEX triplet: B2, 31 and 21. RGB value is (178,49,33). Sum of RGB (Red+Green+Blue) = 178+49+33=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B23121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23121 is #4DCEDE. Grayscale: #555555. Windows color (decimal): -5099231 or 2175410. OLE color: 2175410.

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

Color convert

RGB 178 49 33 -
CMYK 0 0.72 0.81 0.30
HSL 6.62º 0.69% 0.41% -
HSV(B) 6.62º 0.81% 0.7% -
XYZ 19.73 11.77 2.67 -
YUV 85.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 178 49 33 0 0.72 0.81 0.30 6.62 0.69 0.41
Hex B2 31 21 0 48 51 1E 7 45 29
Octal 262 61 41 0 110 121 36 7 105 51
Binary 10110010 110001 100001 0 1001000 1010001 11110 111 1000101 101001

Color Harmonies of #B23121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23121

Black with #B23121

Text Example


Text Example

White with #B23121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23121; }

 p { color: rgb(178,49,33); }

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

background-color css

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

 a { background-color: rgb(178,49,33); }

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

border-color css

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

 span { border-color: rgb(178,49,33); }

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