Html Css Color HEX #B42323 Fire Brick

📋 copy color: '#B42323'

red 180 ◦ green 35 ◦ blue 35

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

Shades of Fire Brick #B42323

Tints of Fire Brick #B42323

RGB

 RED value IS 180 (70.7% from 255) = 72%

 GREEN value IS 35 (14.06% from 255) = 14%

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

R = 72%
G = 14%
B = 14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B42323 (or 0xB42323) is known color: Fire Brick. HEX triplet: B4, 23 and 23. RGB value is (180,35,35). Sum of RGB (Red+Green+Blue) = 180+35+35=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B42323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42323 is #4BDCDC. Grayscale: #4E4E4E. Windows color (decimal): -4971741 or 2302900. OLE color: 2302900.

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

Color convert

RGB 180 35 35 -
CMYK 0 0.81 0.81 0.29
HSL 0.67% 0.42% -
HSV(B) 0.81% 0.71% -
XYZ 19.73 11.03 2.68 -
YUV 78.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 180 35 35 0 0.81 0.81 0.29 0 0.67 0.42
Hex B4 23 23 0 51 51 1D 0 43 2A
Octal 264 43 43 0 121 121 35 0 103 52
Binary 10110100 100011 100011 0 1010001 1010001 11101 0 1000011 101010

Color Harmonies of #B42323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42323

Black with #B42323

Text Example


Text Example

White with #B42323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42323; }

 p { color: rgb(180,35,35); }

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

background-color css

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

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

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

border-color css

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

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

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