Html Css Color HEX #B23323 Fire Brick

📋 copy color: '#B23323'

red 178 ◦ green 51 ◦ blue 35

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

Shades of Fire Brick #B23323

Tints of Fire Brick #B23323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.32%

 BLUE value IS 35 (14.06% from 255) = 13.26%

R = 67.42%
G = 19.32%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B23323 (or 0xB23323) is known color: Fire Brick. HEX triplet: B2, 33 and 23. RGB value is (178,51,35). Sum of RGB (Red+Green+Blue) = 178+51+35=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B23323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23323 is #4DCCDC. Grayscale: #575757. Windows color (decimal): -5098717 or 2306994. OLE color: 2306994.

HSL color Cylindrical-coordinate representation of color #B23323: hue angle of 6.71º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B23323 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 35 -
CMYK 0 0.71 0.80 0.30
HSL 6.71º 0.67% 0.42% -
HSV(B) 6.71º 0.8% 0.7% -
XYZ 19.85 11.95 2.85 -
YUV 87.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 178 51 35 0 0.71 0.80 0.30 6.71 0.67 0.42
Hex B2 33 23 0 47 50 1E 7 43 2A
Octal 262 63 43 0 107 120 36 7 103 52
Binary 10110010 110011 100011 0 1000111 1010000 11110 111 1000011 101010

Color Harmonies of #B23323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23323

Black with #B23323

Text Example


Text Example

White with #B23323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23323; }

 p { color: rgb(178,51,35); }

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

background-color css

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

 a { background-color: rgb(178,51,35); }

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

border-color css

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

 span { border-color: rgb(178,51,35); }

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