Html Css Color HEX #B23521 Fire Brick

📋 copy color: '#B23521'

red 178 ◦ green 53 ◦ blue 33

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

Shades of Fire Brick #B23521

Tints of Fire Brick #B23521

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.08%

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

R = 67.42%
G = 20.08%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B23521 (or 0xB23521) is known color: Fire Brick. HEX triplet: B2, 35 and 21. RGB value is (178,53,33). Sum of RGB (Red+Green+Blue) = 178+53+33=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B23521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23521 is #4DCADE. Grayscale: #585858. Windows color (decimal): -5098207 or 2176434. OLE color: 2176434.

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

Color convert

RGB 178 53 33 -
CMYK 0 0.70 0.81 0.30
HSL 8.28º 0.69% 0.41% -
HSV(B) 8.28º 0.81% 0.7% -
XYZ 19.91 12.12 2.73 -
YUV 88.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 178 53 33 0 0.70 0.81 0.30 8.28 0.69 0.41
Hex B2 35 21 0 46 51 1E 8 45 29
Octal 262 65 41 0 106 121 36 10 105 51
Binary 10110010 110101 100001 0 1000110 1010001 11110 1000 1000101 101001

Color Harmonies of #B23521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23521

Black with #B23521

Text Example


Text Example

White with #B23521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23521; }

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

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

background-color css

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

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

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

border-color css

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

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

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